:root {
    --text-write: #ffffff;
    --text-gray: #666666;
    --text-black: #333333;
    --text-red: #d91517;
    --text-blue:#1e97f9;

}

::selection {
    background-color: var(--text-red);
    color: var(--text-write)
}
/* 阿里妈妈 iconfont在线思源 */
  @font-face {
    font-family: 'SourceHanSansSC-Regular';
    font-display: swap;
    src: url('//at.alicdn.com/t/webfont_0q82cltaxst.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/webfont_0q82cltaxst.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//at.alicdn.com/t/webfont_0q82cltaxst.woff2') format('woff2'),
    url('//at.alicdn.com/t/webfont_0q82cltaxst.woff') format('woff'), /* chrome、firefox */
    url('//at.alicdn.com/t/webfont_0q82cltaxst.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('//at.alicdn.com/t/webfont_0q82cltaxst.svg#思源黑体-粗') format('svg'); /* iOS 4.1- */
  }

body {
    font-family: 'SourceHanSansSC-Regular', Helvetica, Tahoma, Arial, PingFang SC-Light, Microsoft YaHei;
    font-size: 16px;
}

.sousuo-K {
    position: relative;
    font-size: .875rem;
    display: inline-block;
    width: 100%;
    margin-top: 1.25rem;
}
.sousuo-K input {
    width: 100%;
    height: 36px;
    padding: 0 30px;
    border: none;
}
.sousuo-K i {
    background-position: -516px -408px;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 5px;
}
.szll {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #0d72f6, #2eb9fc);
}
.sousuo-bt {
    margin: 15px 0;
    position: relative;
}
.sousuo-bt i {
    background-position: -518px -376px;
    width: 13px;
    height: 14px;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 70px;
}
.sousuo-fx a {
    display: inline-block;
    margin-left: 15px;
    padding: 5px 15px;
    background: #ccc;
    border-radius: 15px;
    color:  var(--text-write);
    text-align: center;
    margin-bottom: 20px;
}

.nav-menu .nav-list .active > a {
    color: var(--text-write);
    font-weight: 700
}

.pros-nav a.active {
    border-bottom: .1875rem solid var(--text-red)
}

.header-w .nav-menu .nav-list .active > a, .header-w .nav-menu .nav-list a:hover {
    color: var(--text-red)
}

.nav-line {
    background-color: var(--text-write)
}

.header-w .nav-line {
    background-color: var(--text-red)
}

.nav-menu {
    height: 4.75rem;
    line-height: 4.75rem
}

.nav-menu .nav-list.hover > li > .nav-dropdown .nav-dropdown {
    top: 80px;
    visibility: hidden
}

.nav-menu .nav-list li {
    margin: 0 .1875rem
}

.links {
    padding: 1rem;
    background-color: #282828;
    text-align: center
}

.links, .links a {
    color: var(--text-write)
}

.links a {
    padding: 0 10px;
    font-size: 12px
}

.header .nav-list a:hover {
    color: var(--text-write)
}

.nav-menu .nav-list a {
    height: 3.75rem;
    color: var(--text-write);
    line-height: 3.75rem
}

.header-w .nav-menu .nav-list a {
    height: 3.75rem;
    color:var(--text-black);
    line-height: 3.75rem
}

.search-header {
    position: relative;
    margin-top: 33px;
    color: var(--text-write)
}

.header-w .search-header {
    margin-top: 33px;
    color: var(--text-black);
}

.search-header i {
    font-size: 20px
}

.logo-header {
    margin-top: 8px
}

.bg-Yunnan-red {
    background: var(--text-red);
    color: var(--text-write)
}

.am-form {
    position: absolute;
    top: -34px;
    left: -314px;
    z-index: 30;
    visibility: hidden;
    width: 392px;
    height: 76px;
    background-color: var(--text-write);
    box-shadow: 0 0 6px #e9e9e9;
    transition: .25s ease
}

.am-form input {
    margin: 20px 10px 20px 20px;
    padding: 10px;
    width: 310px;
    height: 35px;
    border: none;
    border-radius: 20px;
    background-color: #ececec;
    color: #bababa
}

#search-h {
    position: absolute;
    top: 28px;
    right: 76px;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    border-radius: 0;
    background-position: -472px -217px;
    color: #666;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

#error {
    color: #999;
    font-size: 20px
}

.footer {
    padding: 30px 0;
    border-top: .1875rem solid var(--text-red);
    background-color: #f3f3f3;
    color: var(--text-black);
}

.footer a {
    position: relative;
    color: var(--text-black);
}

.footer a:after {
    position: absolute;
    bottom: -9px;
    left: 0;
    visibility: hidden;
    width: 0;
    height: 2px;
    background-color: var(--text-red);
    content: "";
    transition: .3s ease
}

.footer a:hover {
    color: var(--text-red)
}

.footer a:hover:after {
    visibility: visible;
    width: 100%;
    opacity: 1
}

.copyright {
    padding: 1.25rem;
    background-color: #282828;
    color: var(--text-write)
}

.copyright a {
    margin: 0 10px;
    color: var(--text-write)
}

.wx {
    width: 370px
}

.wechat-item {
    display: flex
}

.tit-wrap {
    margin-bottom: 20px;
    margin-left: 20px;
    font-size: 18px
}
.form-control{
    border: 1px solid #CCCCCC;
}
.form-control:focus{
    border: 1px solid var(--text-red);
}

.wechat-wrap {
    display: inline-block;
    margin-left: 20px;
    width: 100px;
    text-align: center;
    font-size: 16px
}

.wx img {
    display: block;
    margin-bottom: 10px;
    width: 100px
}

#footer-menu img {
    margin-bottom: 4.44rem
}

#footer-menu i {
    margin-right: .66rem;
    font-size: 18px
}

#footer-menu p {
    font-size: 13px
}

.news-index-ul li:hover .time-square {
    background-color: #ffeaea
}

.news-index-ul li:hover .news-index-com h4, .news-index-ul li:hover .time-square {
    color: var(--text-red);
    cursor: pointer
}

.news-index-ul li:hover .news-index-com p {
    color:var(--text-black);
    cursor: pointer
}

.link-server-wrap {
    float: left;
    display: inline-block;
    margin: 0 8px;
    width: 170px
}

.link-server-wrap:first-child {
    margin-left: 28px
}

.link-server-wrap:last-child {
    margin-right: 0;
    width: 85px
}

.link-server-wrap:nth-child(2) ul li:nth-child(6) {
    margin-right: 20px
}

.link-server-wrap:first-child ul li:nth-child(3) {
    margin-right: 45px
}

.link-server-wrap .tit-wrap {
    margin-left: 0
}

.link-server-wrap ul li {
    float: left;
    display: inline-block;
    margin-right: 33px;
    margin-bottom: 20px
}

#menu-location-footer {
    padding: 0 15px;
    width: 720px;
    background: url(../img/xian.png) 50% no-repeat
}

#menu-location-footer ul li a {
    color: #666;
    font-size: 13px
}

.img-responsive {
    display: inline-block;
    height: auto;
    max-width: 100%;
    border-radius: 15px;
}
.pagination {
    display: flex;
}

.paging {
    margin: 2.5rem auto;
}

.paging a {
    border: none;
    border-radius: 5px;
    background-color: #f0f0f0
}

.paging a.active, .paging a:hover {
    border: none;
    background-color: var(--text-red);
    color: var(--text-write)
}

.w1200 {
    margin: 0 auto;
    width: 1200px
}

.banner-s-img img {
    display: block;
    margin: 0 auto;
    width: 100%
}

.paging li.active a {
    border: none;
    background-color: var(--text-red);
    color: var(--text-write)
}

.iconss {
    background: url(../img/css_sprites.png) no-repeat
}

.position {
    margin: 20px 0;
    color: #999;
    font-size: 16px;
    line-height: 30px
}

.position a:last-child {
    color:var(--text-black);
}

.position a {
    color: #999
}
.new-hearder {
    width: 100%;
    height: 4.3125rem;
    position: fixed;
    background: hsla(0, 0%, 100%, 0.8);
    left: 0;
    top: 0;
    backdrop-filter: blur(4px);
    z-index: 888;
}
.new-logo {
    width: calc(20% - 110px);

}
.new-logo img{
    padding-left: 110px;
}
.new-com {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
 
}
.new-nav {
    display: flex;
    width: 35%;
    justify-content: space-around;
}
.new-nav a {
    color: #1d2129;
    line-height: 4.3125rem;
    font-size: 1.125rem;
    display: block;
    font-weight: 400;
}
.new-nav a:hover {
    color: #0d72f6;
}
.new-sousou {
    width:20%;
    display: flex;
    justify-content: space-between;
}

.new-sousou .aniu2 {
    width: 80px;
    height: 35px;
    background: linear-gradient(90deg, #0d72f6, #2eb9fc);
    border-radius: 18px;
    display: block;
    font-size: 0.875rem;
    line-height: 35px;
    color:  var(--text-write);
    text-align: center;
}
.icons-x {
    background-position: -344px -374px;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: text-top;
}
.new-header-right {
    display: flex;
    width: 20%;
}
.icons-buy {
    background-position: -507px -10px;
    width: 25px;
    height: 23px;
    display: block;
    margin-right: 32px;
}
.new-header-right a:nth-child(2) {
    font-size: 19px;
    font-family: SourceHanSansSC;
    color: #1d2129;
    font-weight: 500;
    margin-right: 25px;
}
.new-header-right a:nth-child(2):hover {
    color:var(--text-blue);

}
.new-header-right a:nth-child(3) {
    font-size: 18px;
    color: var(--text-blue);
    vertical-align: middle;
    font-weight: 600;
}
.icons-juying {
    background-position:  -421px -403px;
    width: 36px;
    height: 23px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
}
a.nav-x{
    position: relative;
    padding: 0 18px;
}
a.nav-x i{
    font-size: 10px;
    position: absolute;
    right:2px;
    top:2px;
    transition: all 0.4s ease 0s;
}
.he_down {
    width: 100%;
    position: absolute;
    top: 4.3125rem;
    background:  var(--text-write);
    left: 50%;
    transform: translateX(-50%);

    display: none;
}
.he_down::after{
    content: '';
    display: block;
    box-shadow: 0px 3px 4px 0px rgba(112,120,137,0.13);
    height: 3px;
    width: 100%;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
}
.coms {
    max-width: 1300px;
    margin: 0 auto;
}
.bt-jy {
    font-size: 1.625rem;
    padding-bottom: 16px;
    color: #141414;
    margin-top: 28px;
    border-bottom: 1px solid #ebebeb;
}
.bt-cn{
    width: 70%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.bt-cn a {
    margin: 0;
    font-size: 1rem;
    color: #1d2129;
    font-weight: 500;
    display: inline-block;
    
}
.zzc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 99;
}
.bt-item {
    width: 191px;
    margin-top: 20px;
}
.bt-cncp {
    display: flex;
    margin-bottom: 20px;
}
.bt-dt a {
    color: #1d2129;
    font-weight: 500;
    line-height: 40px;
    font-size: 1rem;
    margin: 0;
}
.bt-zbt {
    border-left: #ebebeb 1px solid;
    padding-left: 8.5px;
}
.bt-zbt a {
    color: #7f7f7f;
    font-size: 0.875rem;
    line-height: 36px;
    font-weight: 500;
    margin: 0;
}
.w-bg {
    background: var(--text-write);
}
.sousuo-bg {
    width: 100%;
    position: absolute;
    top: 4.3125rem;
    background: var(--text-write);
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    display: none;
}
.banner-s-img{
    padding-top: 70px
}
a.nav-x-h{
    color: #0d72f6;
}
a.nav-x-h i{
    color: #0d72f6;
    transform: rotate(180deg);
    transition: all 0.4s ease 0s;
}
.dhk {
    position: fixed;
    bottom: 96px;
    right: 24px;
    width: 65px;
    z-index: 699;
}
.wxl {
    background-position: -504px -241px;
    width: 49px;
    height: 49px;
    display: block;
    margin: 1px;
}
.wxll {
    width: 54px;
    height: 162px;
    background: linear-gradient(0deg, #0d72f6, #2db6fc);
    border: 2px solid #ffffff;
    box-shadow: 0px 5px 7px 0px rgba(204, 204, 204, 0.34);
    border-radius: 27px;
    font-size: 21px;
    font-weight: 400;
    margin: 0 auto;
    /* color: #ffffff; */
    writing-mode: horizontal-tb;
    /* writing-mode: tb-rl; */
    position: relative;
    
}

.wxll span {
    width: 20px;
    font-size: 17px;
    display: block;
    line-height: 1.5;
    word-break: break-all;
    margin: 0 auto;
    color: #ffffff;
}
.ewml {
    background-position: -536px -168px;
    width: 65px;
    height: 66px;
    display: block;
    margin-top: 5px;
    position: relative;
    cursor: pointer;
}
.ftxx{
    background-position: -542px -371px;;
    width: 65px;
    height: 66px;
    display: block;
    margin-top: 5px;
    position: relative;
    cursor: pointer;
}
.ftxx a{
    display: block;
    width: 65px;
    height: 66px;
}
.tell {
    background-position: -504px -93px;
    width: 65px;
    height: 66px;
    display: block;
    position: relative;
    cursor: pointer;
}
.top2 {
    background-position: -537px -300px;
    width: 65px;
    height: 66px;
    display: block;
    font-size: 40px;
    cursor: pointer;
}
.wxlxx,
.ewmlx,
.tellx {
    display: none;
    width: 136px;
    height: 161px;
    background: #ffffff;
    font-size: 18px;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: #000000;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    box-shadow: 2px 3px 5px #cccccc;
    top: 10px;
    right: 70px;
}
.ewmlx {
    top: -56px;
}
.tellx {
    width: 156px;
    height: 81px;
    padding: 14px;
    text-align: left;
    line-height: 1.5;
    top: -10px;
}
.dh-search {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px
}

.search-header {
    margin-top: 30px
}

.search-header i {
    font-size: 24px
}

.dhh, .pros-info, .sousou {
    position: relative
}

.pros-info-sin {
    color: var(--text-gray)
}

.pros-info h1 {
    color: #333;
    font-weight: 800;
    font-size: 22px;
    line-height: 50px
}

.pros-info-sin {
    padding-bottom: 18px;
    border-bottom: 1px solid #e2e2e2;
    letter-spacing: 0;
    font-size: 16px
}

.pros-info p {
    padding: 32px 0;
    text-indent: 2em;
    line-height: 25px
}

.pros-info p, .pros-info-xs {
    color: var(--text-gray);
    font-size: 14px
}

.pros-info-xs {
    padding: 20px;
    width: 100%;
    background-color: #f5f5f5;
    line-height: 30px
}

.pros-info-bottom {
    position: absolute;
    right: 0;
    bottom: 0
}

.com {
    margin-top: 70px
}

.pros-nav {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    background-color: #f5f5f5;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.pros-nav a {
    display: inline-block;
    padding-bottom: 5px;
    color: var(--text-gray);
    font-size: 16px;
    line-height: 60px;
}

.pros-nav a.active {
    border-bottom: 3px solid var(--text-red)
}

.pros-content {
    margin-bottom: 40px;
    padding: 16px
}

.pros-content img {
    display: block;
    margin: 0 auto
}

.com2 {
    font-size: 16px
}

.com1 {
    margin: 80%;
    margin: 0 auto;
}

.com1 p{
    margin: 0;
}

.com1 .table tr:first-child, .com2 .table tr:first-child {
    background-color: #515151;
    color: #fff;
    text-align: center;
    font-size: 18px
}

.com1 .table tr:nth-child(2n), .com2 .table tr:nth-child(2n), .com3 .table tr:nth-child(odd) {
    background-color: #f5f5f5
}

.com6 .item-disc li, .com7 .item-disc li {
    color: var(--text-gray);
    line-height: 35px
}

.com6 .item-disc li a, .com7 .item-disc li a {
    color: var(--text-gray);
    font-size: 14px
}

.bg-reds {
    background-color: var(--text-red);
    color: #fff
}

.bg-reds, .border-reds {
    display: inline-block;
    width: 150px;
    height: 45px;
    border: 1px solid var(--text-red);
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    line-height: 45px
}

.border-reds {
    background-color: #fff;
    color: var(--text-red)
}

a.bg-reds:hover, a.border-reds:hover {
    border: 1px solid var(--text-red);
    background-color: var(--text-red);
    color: #fff
}

.title-l:before {
    background: var(--text-red)
}

.com4 p {
    color: #333;
    font-size: 14px;
    line-height: 40px
}

.com4 p i {
    margin-right: 15px;
    font-size: 20px
}

.com3 .jttive {
    border: 1px solid #e9ecef;
    font-size: 14px
}

.com3 .jttive i {
    position: absolute;
    right: 20px;
    margin-left: 10px;
    font-size: 22px
}

.com3 .jttive td:last-child {
    border-left: 1px solid #e9ecef
}

.com3 .jttive td {
    position: relative;
    display: table-cell;
    vertical-align: middle
}

.com3 .jttive td a {
    display: block;
    color: #333
}

.com3 .jttive td a:hover {
    color: var(--text-red);
    text-decoration: underline
}

.com3 .jttive td a:hover .down {
    background-position: -477px -406px
}

.com3 .jttive tr td.ws-tit {
    width: 310px;
    text-align: left;
    font-weight: 700
}

.bghw {
    margin-bottom: 40px;
    padding: 15px;
    border-radius: 5px;
    background-color: #eee
}

.pro-h2s {
    padding: 36px 0 28px;
    font-weight: 700;
    font-size: 36px
}

.product_categories {
    padding: 25px 0;
    border-radius: 5px;
    background-color: #414141;
    color: #fff;
    text-align: center;
    font-size: 30px
}

.product_categories span {
    display: block;
    margin-top: 24px;
    color: var(--text-gray);
    font-size: 14px
}

.prow-con {
    position: relative;
    margin-top: 15px;
    padding: 20px;
    border-radius: 5px;
    background-color: #fff
}

.pro-imgs img {
    width: 100%
}

.pro-imgs {
    padding: 20px
}

.prow-con .prow-list a .pro-list {
    border-bottom: 1px solid #d0d0d0
}

.prow-con .prow-list a:last-child .pro-list {
    border-bottom: none
}

.prow-con .title-l {
    margin: 20px auto;
    font-weight: 400
}

.pro-list h2 {
    margin-bottom: 20px;
    font-size: 20px
}

.pro-list p {
    font-size: 14px;
    line-height: 28px
}

.pros-btn {
    position: absolute;
    top: 110px;
    right: 20px;
    display: block;
    padding: 5px 15px;
    width: 100px;
    border: 1px solid #999;
    border-radius: 5px;
    background-color: #fff;
    color: #999;
    font-size: 14px
}

.prow-con a:hover .pros-btn {
    border: 1px solid var(--text-red);
    background-color: var(--text-red) !important;
    color: #fff
}

.product_ul {
    padding: 0 15px
}

.product_ul ul li {
    position: relative;
    padding: 0 10px;
    border-bottom: 1px solid #d0d0d0;
    color: #333;
    font-size: 16px;
    line-height: 60px
}

.product_ul ul li.tree-open:before {
    position: absolute;
    top: 15px;
    left: -10px;
    display: inline-block;
    width: 3px;
    height: 30px;
    background: var(--text-red);
    content: " "
}

.product_ul ul li.tree-open .product_ul-right {
    transform: rotate(90deg)
}

.tree-alone a:hover {
    color: var(--text-red)
}

.product_ul ul li.tree-open {
    border-bottom: none
}

.product_ul-right {
    position: absolute;
    right: 0
}

.treess a, a.pro-a {
    color: #333
}

.hot-search {
    margin-top: 7px;
    margin-right: 30px;
    color: var(--text-gray);
    font-size: 14px
}

.hot-search a {
    display: inline-block;
    margin: 0 5px;
    color: var(--text-gray)
}

.hot-search a:hover {
    display: inline-block;
    margin: 0 5px;
    color: var(--text-red)
}

.sousou input {
    width: 210px;
    height: 30px;
    border-radius: 5px;
    background-color: #eee;
    font-size: 14px
}

.sousou i {
    position: absolute;
    top: 5px;
    right: 6px;
    color: var(--text-gray);
    font-size: 19px
}

.tree-open .liness {
    display: block;
    border-bottom: 1px dashed #d0d0d0;
    color: var(--text-red)
}

.tree-close .liness, a.pro-href {
    display: block
}

a.pro-href {
    margin: 10px auto 0;
    padding: 5px 20px;
    width: 100px;
    border: 1px solid var(--text-red);
    border-radius: 5px;
    color: var(--text-red);
    text-align: center;
    font-size: 14px
}

.pro-h1s {
    font-weight: 700;
    font-size: 36px
}

.pro-h1s span {
    display: inline-block;
    border-bottom: 3px solid var(--text-red)
}

.pro-hsp {
    margin-top: 20px;
    width: 77.5%;
    height: 80px;
    color: var( --text-gray);
    text-indent: 2em;
    line-height: 27px
}

.product_ul ul li.tree-alone {
    border-bottom: none;
    line-height: 40px
}

.pro-hspss {
    position: absolute;
    top: 7px;
    right: 15px;
    width: 180px;
    max-width: 180px
}

.active a {
    color: var(--text-red)
}
.pros-content p a {
    color: var(--tpl)
}

.pros-content table {
    margin: 0 auto
}

.pros-content .title-l {
    color: #333;
    font-weight: 600;
    font-size: 16px;
    font-family: MicrosoftYaHei-Bold
}
.qhnr{
    position: absolute;
    bottom: 0;
    left: 50%;
    background: url(/clouds/static/images/tu16.png);
    transform: translate(-50%, -30%);
    width: 300px;
    height: 220px;
    background-size: 100%;
    background-repeat: no-repeat;
}
   

.buy-link:after {
    clear: both;
    display: block;
    content: ""
}

.buy-link {
    display: flex;
    text-align: center
}

.buy-link-one i {
    background-position: -161px -187px
}

.buy-link-one i, .buy-link-two i {
    display: block;
    margin: 10px auto;
    width: 52px;
    height: 52px
}

.buy-link-two i {
    background-position: -355px -221px
}

.buy-link-four i, .buy-link-three i {
    display: block;
    margin: 10px auto;
    width: 52px;
    height: 52px;
    background-position: -89px -187px
}

.buy-link a {
    display: block;
    padding: 5px 10px;
    border: 1px solid var(--text-red);
    border-radius: 25px;
    color: var(--text-red);
    font-size: 14px
}

.buy-link a:hover {
    background: var(--text-red);
    color: #fff
}

.buy-link-four, .buy-link-one, .buy-link-three, .buy-link-two {
    margin-left: 100px
}

.item-disc-faq {
    display: flex;
    flex-wrap: wrap
}

.kownLog_li {
    display: none;
    width: 50%;
    list-style: none
}

.kownLog_li a {
    color: var(--text-gray);
    font-size: 14px;
    line-height: 30px
}

.kownLog_li a:before {
    display: inline-block;
    margin-right: 12px;
    width: 10px;
    height: 10px;
    background-color: var(--text-red);
    content: ""
}

input#pro-btn {
    position: absolute;
    top: 5px;
    right: 6px;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    border: none;
    border-radius: 0;
    background-position: -477px -217px;
    font-size: 20px;
    cursor: pointer
}

.down {
    display: inline-block;
    width: 17px;
    height: 17px;
    background-position: -477px -369px;
    vertical-align: middle;
}

.pros-info-xs span {
    display: inline-block;
    width: 45%
}

.pros {
    width: 490px;
    height: 490px
}

.left_nav {
    position: fixed;
    top: -50%;
    left: 8%;
    z-index: 999;
    width: 150px;
    border-top: 3px solid var(--text-red);
    background: #fff;
    box-shadow: 0 3px 4px rgb(0 0 0/18%);
    opacity: 0;
    transition: all .3s
}

.show_left_nav {
    top: 20%;
    left: 8%;
    opacity: 1
}

.left_nav li {
    height: 50px;
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
    line-height: 50px
}

.left_nav li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #5e5e5e;
    text-align: center;
    font-size: 16px;
    transition: all .3s
}

.left_nav li a:hover {
    background: hsla(0, 0%, 78.4%, .5);
    color: #333;
    font-weight: 700
}
.solution-nav {
    width: 100%;
    background-color: #f5f5f5;
    height: 3.75rem;
    line-height: 3.75rem;
    font-size: 1rem
}

.solution-ul {
    width: 100%;
    height: 3.75rem;
    overflow: hidden
}

.solution-nav ul li {
    display: inline-block;
    margin: 0 2.8125rem;
    float: left
}

.solution-div {
    position: relative
}

.solution-next, .solution-prev {
    position: absolute;
    top: 50%;
    width: 1.375rem;
    height: 1.375rem;
    border-radius: 100%;
    display: block;
    background-color: #cdcdcd;
    transform: translateY(-50%)
}

.solution-next {
    right: -1.875rem
}

.solution-ul li a {
    color: #333;
    padding: 5px 15px;
    border-radius: 15px
}

.solution-ul li a:hover, .solution-ul li.active a {
    background-color: var(--text-red);
    color: #fff;
    text-align: center
}

.solution-prev {
    left: -1.875rem
}

.solution-next::after, .solution-prev::after {
    content: '';
    width: .625rem;
    height: .625rem;
    border-top: .125rem solid;
    border-left: .125rem solid;
    border-color: #fff;
    display: block;
    margin-top: .375rem
}

.solution-prev::after {
    margin-left: .5rem;
    transform: rotate(-45deg)
}

.solution-next::after {
    margin-left: .3125rem;
    transform: rotate(135deg)
}

span.solution-next:hover, span.solution-prev:hover {
    background-color: var(--text-red)
}

span.solution-next:hover::after, span.solution-prev:hover::after {
    border-color: #fff
}

.solution-item-ul {
    margin-bottom: 1.25rem;
    display: flex;
    flex-wrap: wrap;
}

.solution-item {
    margin: .75rem;
    width: 376px;
    height: 250px;
    position: relative;
    background: no-repeat;
    background-size: 100%;
}

.solution-content ul li {
    padding: .625rem;
    border: .0625rem solid #e2e2e2;
    border-radius: .9375rem;
    margin: 1.25rem auto;
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 1.125rem;
}

.imt {
    display: block;
}

.imt img {
    border-radius: .3125rem
}

.text {

    font-size: .875rem
}

.text h2 {
    color: #333;
    margin-bottom: 2.5rem;
    font-weight: 400
}

.text p {
    color: #999;
    line-height: 1.75rem;
    text-indent: 2em;
    padding-right: 1.25rem
}

.text .consult {
    padding: .5rem .9375rem;
    border: .0625rem solid var(--text-red);
    text-align: center;
    display: inline-block;
    color: var(--text-red);
    border-radius: .3125rem;
    float: right;
    margin-right: 1.25rem;
    margin-top: 2.5rem
}

.solution-content ul li:hover {
    border-color: var(--text-red);
    box-shadow: .3125rem .3125rem .3125rem #fbe6e6
}

.solution-content ul li:hover .text h2 {
    color: var(--text-red)
}

.solution-content ul li:hover .text p {
    color: #333
}

.paging-fenye {
    width: 63.125rem;
    margin: 0 auto
}

.solution-border {
    border-radius: .3125rem;
    border: .0625rem solid #e2e2e2;
    padding: 2.1875rem 4.375rem
}

.solution-border h1 {
    font-size: 1.625rem;
    text-align: center
}

.solution-text {
    text-align: center;
    color: #999;
    margin: 1.875rem auto
}

.solution-text span {
    display: inline-block;
    margin: 0 .9375rem
}

.solution-text i {
    font-size: 1rem;
    color: #999;
    margin-right: .375rem
}

.solution-border p {
    line-height: 1.75rem;
    font-size: .875rem;
    color: #666;
    margin-bottom: 1.25rem;
}

.border-dzj {
    width: 4.0625rem;
    height: 4.0625rem;
    border: .0625rem #999 solid;
    border-radius: 100%;
    margin: 0 auto
}

.border-dzj i.dzj {
    font-size: 2.1875rem;
    color: #999;
    margin: .9375rem
}

.border-dzj:hover {
    border-color: var(--text-red)
}

.border-dzj:hover i.dzj {
    color: var(--text-red)
}

.page-prev {
    margin: 1.875rem auto
}

.prev-page {
    width: 50%
}

.link-art {
    font-size: .875rem;
    color: #999
}

.link-art-img {
    display: inline-block;
    float: left;
    margin-right: 1.25rem
}

.link-art-img img {
    border-radius: 5px
}

.link-art-bot {
    float: right
}

.link-ss {
    margin-top: 1.25rem;
    font-size: .875rem
}

.link-art-bot {
    float: left;
    color: #999
}

.link-he {
    margin-bottom: .9375rem;
    color: #666
}

.link-span span {
    margin: 0 .9375rem
}

.link-span span i {
    margin: 0 .3125rem
}

.link-span span:first-child {
    margin-left: 0
}

.right-rr .link-art {
    text-align: right
}

.right-rr .link-art-bot {
    float: right;
    text-align: right
}

.right-rr .link-art-img {
    float: right;
    margin-right: 0;
    margin-left: 1.25rem
}

.prev-page:hover .link-art, .prev-page:hover .link-art-bot, .prev-page:hover .link-he {
    color: var(--text-red)
}

.icons {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden
}

.item1 {
    background-image: url(../img/Z_77.png)
}

.item2 {
    background-image: url(../img/Z_80.png)
}

.item3 {
    background-image: url(../img/Z_78.png)
}

.item4 {
    background-image: url(../img/Z_79.png)
}

.item5 {
    background-image: url(../img/Z_81.png)
}

.item6 {
    background-image: url(../img/Z_82.png)
}

.item7 {
    background-image: url(../img/Z_83.png)
}

.item8 {
    background-image: url(../img/Z_84.png)
}

.item9 {
    background-image: url(../img/Z_85.png)
}

.item10 {
    background-image: url(../img/Z_86.png)
}

.item11 {
    background-image: url(../img/Z_87.png)
}

.item12 {
    background-image: url(../img/Z_88.png)
}

.solution-m {
    width: 6.125rem;
    height: 6.125rem;
    border-radius: 100%;
    border: .0625rem solid #fff;
    background-color: rgb(166, 171, 175, .58);
    display: block;
    margin: 70px auto 0;
    text-align: center
}

.solution-img {
    font-size: 50px;
    vertical-align: middle;
    color: #fff;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    margin: 20px auto
}

.solution-tits-s {
    margin: 45px auto 10px;
    font-size: 20px;
    text-align: center;
    color: #fff
}

.solution-p {
    text-align: center;
    font-size: 16px;
    transition-duration: .5s;
    color: #fff;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    opacity: 0
}

a.solution-href {
    text-align: center;
    font-size: 14px;
    color: #fff;
    width: 120px;
    display: block;
    padding: 5px 15px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 20px auto 0;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    opacity: 0
}

.solution-item:hover:before {
    content: '';
    width: 100%;
    background-color: rgb(25, 67, 107, .58);
    height: 100%;
    display: block;
    border-radius: 5px
}

.solution-item:hover .solution-m {
    margin: -230px auto 0;
    border: none;
    background-color: transparent
}

.solution-item:hover .solution-tits-s {
    margin: -10px auto 10px;
    opacity: 1
}

.solution-item:hover .solution-tits-s:after {
    content: '';
    width: 50px;
    height: 3px;
    background-color: #fff;
    margin: 5px auto;
    display: block
}

.solution-item:hover .solution-href, .solution-item:hover .solution-p {
    opacity: 1
}
.video-nav {
	width: 100%;
	height: 60px;
	background-color: #f5f5f5;
	line-height: 60px;
}

.video-nav ul li {
	position: relative;
	float: left;
	width: 25%;
	text-align: center;
	font-size: 16px;
}

.video-nav ul li a {
	color: #666;
}

.video-nav ul li.active,.video-nav ul li:hover {
	background-color: #fff;
}

.video-nav ul li.active a,.video-nav ul li:hover a {
	color: var(--text-red);
}

.video-nav ul li.active:after,.video-nav ul li:hover:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--text-red);
	content: '';
}

i.qy0 {
	display: inline-block;
	width: 21px;
	height: 17px;
	background-position: -304px -406px;
	vertical-align: middle;
}

i.qy1 {
	display: inline-block;
	width: 19px;
	height: 21px;
	background-position: -477px -90px;
	vertical-align: middle;
}

i.qy2 {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-position: -477px -10px;
	vertical-align: middle;
}

i.qy3 {
	display: inline-block;
	width: 22px;
	height: 19px;
	background-position: -179px -406px;
	vertical-align: middle;
}

.video-nav ul li.active i.qy0,.video-nav ul li:hover i.qy0 {
	background-position: -263px -406px;
}

.video-nav ul li.active i.qy1,.video-nav ul li:hover i.qy1 {
	background-position: -477px -131px;
}

.video-nav ul li.active i.qy2,.video-nav ul li:hover i.qy2 {
	background-position: -477px -50px;
}

.video-nav ul li.active i.qy3,.video-nav ul li:hover i.qy3 {
	background-position: -221px -406px;
}

.download-tit {
	margin: 2.5rem auto;
	color: #333;
	text-align: center;
	font-size: 1.875rem;
}

.download-ul {
	margin: 0 auto 40px;
}

.download-bt-tit {
	width: 100%;
	height: 55px;
	background-color: #515151;
	color: #fff;
	font-size: 16px;
	line-height: 55px;
}

.download-body {
    border: 1px solid #e0e0e0;
}

.download-item {
	padding: 18px 20px;
	border-bottom: 1px solid #e0e0e0;
}

.download-body a:last-child .download-item {
	border-bottom: none;
}

.download-bt-fi {
	display: inline-block;
	padding: 0 70px;
	width: 52.8233%;
}

.download-bt-ti {
	display: inline-block;
	width: 15.4826%;
	text-align: center;
}

.download-bt-bz {
	display: inline-block;
	width: 18.2149%;
	text-align: center;
}

.download-bt-dw {
	display: inline-block;
	width:7.2859%;
	text-align: center;
}

.download-body a {
	color: #666;
	font-size: 16px;
}

.download-item-name {
	display: inline-block;
	width: 53.8233%;
}

.download-item-time {
	display: inline-block;
	width: 15.4826%;
	text-align: center;
}

.download-item-size {
	display: inline-block;
	width: 18.2149%;
	text-align: center;
}

.download-item-down {
	display: inline-block;
	width:7.2859%;
	text-align: center;
}

.pdf {
	display: inline-block;
	margin-right: 19px;
	width: 28px;
	height: 30px;
	background-position: -425px -259px;
	vertical-align: middle;
}

.down {
	display: inline-block;
	width: 17px;
	height: 17px;
	background-position: -477px -369px;
	vertical-align: middle;
}

.download-body a:hover .down {
	background-position: -477px -406px;
}

.docx {
	display: inline-block;
	margin-right: 19px;
	width: 29px;
	height: 30px;
	background-position: -425px -112px;
	vertical-align: middle;
}

.rar {
	display: inline-block;
	margin-right: 19px;
	width: 27px;
	height: 27px;
	background-position: -194px -332px;
	vertical-align: middle;
}

.download-list .title-l {
	margin-bottom: 40px;
	color: var(--text-black);
	font-weight: 400;
	font-size: 22px;
}

.download-list .title-l:before {
	background-color: var(--text-red);
}

.download-div {
	margin: 40px auto;
	display: flex;
}

.pc_software {
	width: calc(50% - 22px);
}

.sj_software {
	margin-left: 40px;
	width: calc(50% - 23px);
	height: 186.17px;
}

.pc_software .download-bt-fi,.sj_software .download-bt-fi {
	padding: 0 15px;
	width: 330px;
}

.pc {
	display: inline-block;
	margin-right: 9px;
	width: 19px;
	height: 17px;
	background-position: -477px -255px;
	vertical-align: middle;
}

.pc_software .download-item-name {
	width: 307px;
}

.pc_software .download-item-down {
	width: 74px;
}

.microsoft {
	display: inline-block;
	margin-right: 20px;
	width: 26px;
	height: 25px;
	background-position: -425px -360px;
	vertical-align: middle;
}

.apple {
	display: inline-block;
	margin-right: 20px;
	width: 25px;
	height: 31px;
	background-position: -425px -309px;
	vertical-align: middle;
}

.sjj {
	display: inline-block;
	margin-right: 9px;
	width: 14px;
	height: 25px;
	background-position: -477px -172px;
	vertical-align: middle;
}

.android {
	position: relative;
	display: inline-block;
	padding: 18px 20px;
	width: calc(50% - 5px);
}

.ios {
	position: relative;
	display: inline-block;
	padding: 18px 20px;
	width: calc(50% - 5px);
}

.android img,.ios img {
	display: block;
}

.android-icon {
	display: inline-block;
	margin-right: 9px;
	width: 22px;
	height: 24px;
	background-position: -15px -406px;
	vertical-align: middle;
}

.apple-icon {
	display: inline-block;
	margin-right: 9px;
	width: 25px;
	height: 31px;
	background-position: -425px -309px;
	vertical-align: middle;
}

.wz-right {
	position: absolute;
	top: 18px;
	right: 0;
	padding-right: 10px;
	border-right: 1px solid #e0e0e0;
	font-size: 16px;
}

.ios .wz-right {
	border-right: 1px solid #fff;
}

.wz-right p {
	font-size: 12px;
}

.download-list {
	margin-bottom: 60px;
}

.common-btn {
	width: 60px;
	height: 50px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #d91517;
	color: #fff;
	line-height: 50px;
}

.common-btn i {
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 27px;
}

.common-nav {
	width: 90px;
	height: 50px;
	border: none;
	background: 0 0;
	text-align: center;
	line-height: 50px;
}

.common-search input {
	padding: 20px;
	width: 400px;
	height: 50px;
	border: none;
	background: 0 0;
	line-height: 50px;
}

.banner-sousuo {
	position: absolute;
	top: 62%;
	left: 50%;
	width: 600px;
	border-radius: 5px;
	background-color: #fff;
	transform: translate(-50%,-50%);
}

.banner-s-img {
	position: relative;
}

.common-btn {
	width: 60px;
	height: 50px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	line-height: 50px;
	cursor: pointer;
}

.common-btn input {
	display: block;
	margin: 12px auto;
	width: 24px;
	height: 24px;
	border: none;
	background-position: -288px -332px;
	cursor: pointer;
}

.sousou-hot {
	position: absolute;
	top: 70%;
	left: 50%;
	color: #5ec2f4;
	font-size: 14px;
	transform: translate(-50%,-50%);
}

.sousou-hot a {
	display: inline-block;
	margin: 0 5px;
	color: #5ec2f4;
	vertical-align: middle;
	font-size: 14px;
}
.zixun-bg {
	background-color: #f7f7f7
}

.zixun-jishu {
	background: url("../img/counsel.png") 260px 50px no-repeat;
	width: 50%;
	padding: 70px 0;
	position: relative
}

.jishu-tit {
	color: #333;
	font-size: 31px;
	margin-bottom: 20px
}

.zixun-jishu p {
	font-size: 16px
}

.zixun-jishu p.wpn {
	width: 300px;
	line-height: 28px;
	word-spacing: normal
}

.zixun-tel {
	padding: 92px 0 70px;
	font-size: 16px;
	width: 35%;
	position: relative
}

.zixun-tel .lbh {
	font-size: 31px;
	font-weight: 800
}

.zixun-tel .lbh img {
	margin-right: 8px
}

.zixun-tel .zixun-db {
	font-size: 18px;
	padding: 13px 40px;
	display: inline-block;
	border: 1px solid #d91517;
	color: #d91517;
	border-radius: 30px;
	position: absolute;
	background-color: #fff;
	right: 0;
	top: 70px
}

.zixun-jishu .zixun-db {
	font-size: 18px;
	padding: 13px 40px;
	display: inline-block;
	border: 1px solid #d91517;
	color: #d91517;
	border-radius: 30px;
	position: absolute;
	background-color: #fff;
	right: 45px;
	top: 105px
}

.zixun-tel .zixun-db {
	font-size: 18px;
	padding: 13px 40px;
	display: inline-block;
	border: 1px solid #d91517;
	color: #d91517;
	border-radius: 30px;
	position: absolute;
	right: 0;
	top: 105px
}

.zixun-jishu .zixun-db:hover,.zixun-tel .zixun-db:hover {
	background-color: #d91517;
	background-size: 100% 2em;
	background-position: 0;
	color: #fff
}

.buy-list {
	margin-top: 50px
}

.buy-list ul li {
	width: 270px;
	height: 270px;
	padding-top: 20px;
	border-radius: 5px;
	background-color: #fff;
	text-align: center;
	float: left;
	display: inline-block;
	transition: all 0.5s;
	box-shadow: 0 7px 30px #f1f1f1;
	margin-right: 30px
}

.buy-list ul li:hover {
	background-color: #d91517
}

.buy-list ul li:last-child {
	margin-right: 0
}

.buy-list .circle {
	width: 90px;
	height: 90px;
	background-color: #fff;
	transition: all 0.5s;
	border-radius: 100%;
	padding-top: 1px;
	margin: 0 auto
}

.buy-list ul li h2 {
	color: #333;
	font-size: 22px;
	text-align: center
}

.buy-list ul li:hover h2 {
	color: #fff
}

.buy-list ul li a {
	width: 170px;
	height: 40px;
	background-color: #fff;
	border-radius: 20px;
	border: solid 1px #d91517;
	color: #d91517;
	font-size: 16px;
	line-height: 40px;
	display: block;
	margin: 25px auto 0
}

.buy-list ul li:hover a {
	font-weight: 800
}

.dw::after {
	content: '';
	display: block;
	width: 3.33rem;
	height: 0.33rem;
	background-color: var(--text-red);
	border-radius: 0.17rem;
	margin: 1.07rem auto 0
}

.dw span {
	color: silver;
	font-size: 1.13rem;
	font-weight: 500
}

.buy {
	margin: 65px auto
}

.Tmall {
	width: 52px;
	height: 52px;
	display: block;
	margin: 18px auto;
	background-position: -161px -187px
}

.Taobao {
	width: 52px;
	height: 52px;
	display: block;
	margin: 18px auto;
	background-position: -89px -187px
}

.Alibaba {
	width: 52px;
	height: 52px;
	display: block;
	margin: 18px auto;
	background-position: -89px -187px
}

.Jd {
	width: 49px;
	height: 49px;
	display: block;
	margin: 18px auto;
	background-position: -355px -221px
}
.news-index-nav {
    margin: 2.5rem auto
}

.news-index-nav span {
    width: 10.67rem;
    height: 3rem;
    background-color: #f3f3f3;
    display: inline-block;
    line-height: 3rem;
    color: #666666;
    text-align: center;
    font-size: 1.13rem;
    margin: 1.335rem
}

.news-index-nav span.active, .news-index-nav span:hover {
    background: var(--text-red);
    color: var(--text-write)
}

.news-list-nums ul li {
    padding: 40px 0;
    border-bottom: 1px solid #ededed
}

.news-list-nums ul li:last-child {
    border: none
}

.news-list-nums ul li .time-squares {
    text-align: right;
    display: inline-block;
    color: #CCCCCC;
    font-size: 24px;
    width: 135px;
    margin-top: 20px;
    float: right
}

.news-list-nums ul li .time-squares span {
    font-size: 50px;
    font-weight: 700;
    display: inline-block
}

.news-thumbnail {
    display: inline-block;
    margin-right: 20px;
    width: 363px;
    float: left
}

.news-index-com-l {
    display: inline-block;
    width: 49.5%;
    line-height: 26px;
    float: left
}

.news-index-com-l p {
    color: #999999;
    font-size: 14px;
    margin-top: 30px
}

.news-index-com-l h4 {
    color: #333333;
    font-size: 22px;
    font-weight: 600
}

.art-btn {
    vertical-align: top;
    margin-left: 100px;
    margin-top: 80px;
    text-align: center;
    display: inline-block;
    color: #999999;
    width: 90px;
    height: 30px;
    border-radius: 22px;
    font-size: 14px;
    border: 1px #CCCCCC solid;
    line-height: 30px;
    background-color: #fff;
    float: right
}

.tag-list {
    display: flex;
    padding: 15px 0;
    margin-top: 100px;
}

.tag-list a {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 4px;
    border-radius: 999rem;
    padding-right: 16px;
    display: flex;
    align-items: center;
    line-height: 1.4;
    margin-right: 15px;
    color: #333;
}

.tag-list a::before {
    content: "#";
    color: #e62828;
    border-radius: 100%;
    background-color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-right: 6px;
    font-weight: 700;
}

.news-list-nums ul li:hover .time-square {
    color: #666666
}

.news-list-nums ul li:hover .news-index-com h4 {
    color: var(--text-red)
}

.news-list-nums ul li:hover .news-index-com p {
    color: #333333
}

.news-list-nums ul li:hover .more {
    background-color: var(--text-red);
    border: 1px solid var(--text-red);
    color: var(--text-write)
}

.solution-border {
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    padding: 35px 70px
}

.solution-border h1 {
    font-size: 26px;
    text-align: center
}

.solution-text {
    text-align: center;
    color: #999999;
    margin: 30px auto
}

.solution-text span {
    display: inline-block;
    margin: 0 15px
}

.solution-text i {
    font-size: 16px;
    color: #999999;
    margin-right: 6px
}

.solution-border p a {
    color: #79bcd8
}

.solution-border p a:hover {
    color: red
}

.solution-border p {	
	margin-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #242933;
    letter-spacing: 1px;
}

.border-dzj {
    width: 65px;
    height: 65px;
    margin: 20px auto
}

.border-dzj img {
    display: block
}

.page-prev {
    margin: 30px auto
}

.prev-page {
    width: 50%
}

.link-art {
    font-size: 14px;
    color: #999999
}

.link-art-img {
    display: inline-block;
    float: left;
    margin-right: 20px
}

.link-art-bot {
    float: right
}

.link-ss {
    margin-top: 20px;
    font-size: 14px
}

.link-art-bot {
    float: left;
    color: #999999
}

.link-he {
    margin-bottom: 15px;
    color: #666666
}

.link-span span {
    margin: 0 15px
}

.link-span span i {
    margin: 0 5px
}

.link-span span:first-child {
    margin-left: 0
}

.right-rr .link-art {
    text-align: right
}

.right-rr .link-art-bot {
    float: right;
    text-align: right
}

.right-rr .link-art-img {
    float: right;
    margin-right: 0;
    margin-left: 20px
}

.prev-page:hover .link-art, .prev-page:hover .link-art-bot, .prev-page:hover .link-he {
    color: var(--text-red)
}
@charset"utf-8";

.solution-index {
	padding: 3.81rem 0;
}

.bg-zu {
	background: url("../img/zu35.png") repeat fixed center;
}

.solution-index-fa ul li {
	width: 11.95rem;
	height: 4.06rem;
	background-color: var(--text-write);
	color: #333333;
	text-align: center;
	font-size: 1rem;
	line-height: 4.06rem;
}

.solution-index-fa ul li.active {
	border-right: 0.1875rem solid var(--text-red);
	background-image: linear-gradient(90deg, #ffdfdf, var(--text-write));
	color: var(--text-red);
	font-weight: 700;
}

.solution-index-xs {
	width: calc(100% - 13rem);
}

.solution-index-ris h3 {
	margin-top: 1.94rem;
	color: #666666;
	text-align: center;
}

.solution-index-ris p {
	overflow: hidden;
	margin: 1.56rem 0;
	color: #666666;
	text-indent: 2em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;    
	white-space: normal;
	line-height: 1.71rem;
}

a.mores {
	display: block;
	margin: 1.1rem auto;
	width: 7.5rem;
	height: 2.19rem;
	border: solid 0.06rem var(--text-red);
	border-radius: 0.19rem;
	background-color: var(--text-write);
	color: var(--text-red);
	text-align: center;
	line-height: 2.19rem;
}

.solution-index-ris .fa {
	position: relative;
	float: left;
	display: inline-block;
	overflow: hidden;
	margin-right: 1.5rem;
	width: 23.75rem;
	height: 17.5rem;
	border-radius: 0.31rem;
	background-color: #9aaef4;
}

.fa h4 {
	font-weight: normal;
}

.wer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 45px;
	background: rgb(0, 42, 68, 0.45);
	color: #fff;
	text-align: center;
	line-height: 45px;
}

.wer p {
	margin: 0;
	padding: 5px 25px;
	color: #FFFFFF;
	text-align: left;
}

.wer a {
	display: block;
	color: #FFFFFF;
	text-align: center;
}

.propaganda ul li {
	position: relative;
	margin-top: 97px;
	padding: 2.38rem 2rem;
	/* height: 9.38rem; */
	border-right: 0.06rem solid #d0d0d0;
	border-bottom: 0.06rem solid #d0d0d0;
	border-left: 0.06rem solid #d0d0d0;
	border-radius: 0.63rem;
	text-align: left;
}

.pingtai-index {
	padding: 3.69rem;
	height: 56.5rem;
	background: url("../img/jjj.png") center no-repeat;
    position: relative;
}

.propaganda ul li:before {
	position: absolute;
	top: 0;
	left: 0.42rem;
	width: 7%;
	height: 0.06rem;
	background-color: #d0d0d0;
	content: "";
}

.propaganda ul li:after {
	position: absolute;
	top: 0;
	right: 0.4375rem;
	width: 50%;
	height: 0.06rem;
	background-color: #d0d0d0;
	content: "";
}

.propaganda ul li:nth-child(2):after,.propaganda ul li:nth-child(4):after {
	width: 28%;
}

.propaganda ul li .numss {
	position: absolute;
	top: -2.85rem;
	color: var(--text-red);
	font-size: 3.58rem;
}

.video-index {
	padding: 3.75rem 0;
}

.product-index {
	padding: 3.81rem 0;
}

.product-index-nav {
    display:flex;
	margin: 2.65rem 0 2.7rem;
}
.solution-index-ris-img{
    display: flex;
}

.product-index-nav span {
	display: inline-block;
	overflow: hidden;
	margin-right: 1rem;
	width: 8.63rem;
	height: 2.81rem;
	border-radius: 0.31rem;
	background-color: #EEEEEE;
	color: #666666;
	text-align: center;
	text-overflow: ellipsis;
	word-spacing: normal;
	font-size: 1rem;
	line-height: 2.81rem;
}

.product-index-nav span.active {
	position: relative;
	background-color: var(--text-red);
	color: var(--text-write);
	transition: ease 0.5s;
}

.product-index-nav span.active::before {
	position: absolute;
	right: 0;
	bottom: -16px;
	left: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-color: var(--text-red) transparent transparent transparent;
	border-style: solid;
	border-width: 8px;
	color: var(--text-red);
	content: "";
	text-align: center;
	font-size: 50px;
}

.video-ul-sin {
	margin-top: 3.63rem;
}

.video-ul-sin ul {
    display:grid;
    gap: 1.38rem;
    grid-template-columns:repeat(3,1fr)
}

.video-ul-sin ul li {
	border-radius: .625rem;
    overflow: hidden;
}

.video-ul-sin ul li a{
	border-radius: .625rem;
    position: relative;
}

.video-ul-litpic{
    background-size: cover;
    background-position: center;
    border-radius: .625rem;
    height: 15.625rem;
    transition:all 0.4s;
}


.video-ul-sin ul li .zezhao,.video-ul-sin ul li:hover .zezhao{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 50;
    border-radius: .625rem;
    background-color: rgba(13, 72, 168, 0.32);
}
.video-ul-sin ul li .video-ul-play,.video-ul-sin ul li:hover .video-ul-play{ 
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../img/css_sprites.png) no-repeat -15px -187px;
    z-index: 60;
    width: 54px;
    height: 54px;
    transform: translate(-50%, -50%);

}

.video-ul-sin ul li:hover .video-ul-litpic{
    transform:scale(1.1);
	/* border: 0.0625rem solid var(--text-red); */
	/* border-radius: 0.63rem; */
	/* box-shadow: 0.125rem 0 0.3125rem var(--text-red); */
}

.propaganda ul li .slogans {
	/* color: var(--text-red); */
	font-weight: bold;
	font-size: 1.55rem;
}

.propaganda ul li.wz3 {
	margin-right: 7.5rem;
	flex: 0 0 calc(33.333333% - 5.5rem);
}

.propaganda ul li.wz3:nth-child(3n) {
	margin-right: 0;
}

.propaganda ul li .dess {
	margin-top: 0.625rem;
	color: #999999;
	font-size: 1.07rem;
}

.dw::after {
	display: block;
	margin: 1.07rem auto 0;
	width: 3.33rem;
	height: 0.33rem;
	border-radius: 0.17rem;
	background-color: var(--text-red);
	content: '';
}

.dw span {
	color: #c0c0c0;
	font-weight: 500;
	font-size: 1.13rem;
}

.dw1::after {
	display: block;
	margin: 1.07rem auto 0;
	width: 3.33rem;
	height: 0.33rem;
	border-radius: 0.17rem;
	background-color: #3b8ce0;
	content: '';
}

.dw1 span {
	color: #c0c0c0;
	font-weight: 500;
	font-size: 1.13rem;
}

.time-square {
	display: inline-block;
	width: 4.575rem;
	height: 4.575rem;
	background-color: #f3f3f3;
	color: #999999;
	text-align: center;
	font-size: 0.875rem;
}

.time-square span {
	display: inline-block;
	font-weight: 500;
	font-size: 2.498125rem;
}

.news-index-nav {
	margin: 2.33rem auto 2.27rem;
}

.news-index-nav span {
	display: inline-block;
	margin: 1.335rem;
	width: 10.67rem;
	height: 3rem;
	background-color: #f3f3f3;
	color: #666666;
	text-align: center;
	font-size: 1.13rem;
	line-height: 3rem;
}

.news-index-nav span.active {
	background: var(--text-red);
	color: var(--text-write);
}

.news-index-img {
	padding: 0.625rem;
	border: solid 0.06rem #d0d0d0;
	border-radius: 0.31rem;
	flex: 0 0 calc(50% - 2.5rem);
}

.news-index-img:hover {
	border: solid 0.06rem var(--text-red);
}

.news-index-img:hover .time-square {
	background-color: #ffeaea;
	color: var(--text-red);
	cursor: pointer;
}

.news-index-com h4 {
	color: #333333;
	font-size: 1rem;
	cursor: pointer;
}

.news-index-img:hover .news-index-com h4 {
	color: var(--text-red);
	cursor: pointer;
}

.news-index-img:hover .news-index-com p {
	color: #333333;
	cursor: pointer;
}

.news-index-first {
	margin-top: 1.3875rem;
}

.news-index-first h4 {
	color: #333333;
	font-size: 1rem;
}

.news-index-first p {
	color: #999999;
	font-size: 0.8125rem;
	line-height: 1.34375rem;
}

.news-index-com {
	display: inline-block;
	margin-left: 1rem;
	width: calc(100% - 6.575rem);
}

.news-index-com p {
	color: #999999;
	font-size: 0.8125rem;
}

.news-index-ul ul li::after {
	display: block;
	margin: 0.85rem 0;
	border: 0.06rem solid #ededed;
	content: '';
}

.news-index-ul ul li:last-child::after {
	display: none;
	content: '';
}

a.more {
	display: block;
	margin: 3.19rem auto;
	width: 7.5rem;
	height: 2.19rem;
	border: solid 0.06rem var(--text-red);
	border-radius: 0.19rem;
	background-color: var(--text-write);
	color: var(--text-red);
	text-align: center;
	font-size: 0.88rem;
	line-height: 2.19rem;
}

.superiority {
	padding: 3.75rem 0 5.25rem;
	background-color: #f7f7f7;
}

.video-ul-sin .slider-next,.video-ul-sin .slider-prev {
	padding: 25px 22px;
	border: 1px solid #bfbfbf;
	border-radius: 50%;
	background: #FFFFFF;
	color: #bfbfbf;
}

.pro-index-con2,.video-ul-sin .slider {
	overflow: hidden;
}

.slider .slider-next::before,.slider .slider-prev::before {
	border-color: #bfbfbf;
}

.btn-ann {
	background: linear-gradient(var(--text-red), var(--text-red)) no-repeat;
	background-position: -14em 0;
	background-size: 100% 2.19rem;
	transition: ease 0.5s;
}

.btn-ann:hover {
	background-position: 0;
	color: #FFFFFF;
}

#menu-location-footer ul li a:hover {
	color: var(--text-red);
}

.pro-index-con2 {
	overflow: hidden;
}

.pro-index-con2 div {
	display: none;
}

.pro-index-con2 div:first-child {
	display: block;
}

.news-index {
	padding: 2.25rem 0;
}

.jyclude-index ul {
	position: relative;
}

.jyclude-index ul li {
	position: absolute;
	width: 77px;
	color: #299bd0;
	text-align: center;
	font-size: 1rem;
}

#bg-zu {
	margin-top: 2.85rem;
}

.jy-num {
	display: block;
	margin-bottom: 15px;
	width: 77px;
	height: 77px;
	border-radius: 50%;
}

.jyclude-index ul li:hover .jy-num {
	cursor: pointer;
	animation-name: turn;
	animation-duration: 1s;
}

@keyframes turn {
	0% {
		transform: rotate3d(0, 1, 0, 0deg);
	}

	25% {
		transform: rotate3d(0, 1, 0, 90deg);
	}

	50% {
		transform: rotate3d(0, 1, 0, 180deg);
	}

	75% {
		transform: rotate3d(0, 1, 0, 270deg);
	}

	100% {
		transform: rotate3d(0, 1, 0, 360deg);
	}
}

.jy-num1,.jy-num3,.jy-num5,.jy-num7,.jyclude-index ul li:hover .jy-num2,.jyclude-index ul li:hover .jy-num4,.jyclude-index ul li:hover .jy-num6,.jyclude-index ul li:hover .jy-num8 {
	border: 2px #c6eafe dashed;
	background-color: #f2faff;
}

.jy-num1 {
	background: #f2faff url("../img/jyc6.png") center no-repeat;
}

.jy-num2 {
	background: #d7f0ff url("../img/jyc5.png") center no-repeat;
}

.jy-num3 {
	background: #f2faff url("../img/jyc4.png") center no-repeat;
}

.jy-num4 {
	background: #d7f0ff url("../img/jyc3.png") center no-repeat;
}

.jy-num5 {
	background: #f2faff url("../img/jyc7.png") center no-repeat;
}

.jy-num6 {
	background: #d7f0ff url("../img/jyc8.png") center no-repeat;
}

.jy-num7 {
	background: #f2faff url("../img/jyc1.png") center no-repeat;
}

.jy-num8 {
	background: #d7f0ff url("../img/jyc2.png") center no-repeat;
}

.jyclude-index ul li:hover .jy-num1 {
	border: none;
	background: #d7f0ff url("../img/jyc6.png") center no-repeat;
}

.jyclude-index ul li:hover .jy-num2 {
	background: #f2faff url("../img/jyc5.png") center no-repeat;
}

.jyclude-index ul li:hover .jy-num3 {
	border: none;
	background: #d7f0ff url("../img/jyc4.png") center no-repeat;
}

.jyclude-index ul li:hover .jy-num4 {
	background: #f2faff url("../img/jyc3.png") center no-repeat;
}

.jyclude-index ul li:hover .jy-num5 {
	border: none;
	background: #d7f0ff url("../img/jyc7.png") center no-repeat;
}

.jyclude-index ul li:hover .jy-num6 {
	background: #f2faff url("../img/jyc8.png") center no-repeat;
}

.jyclude-index ul li:hover .jy-num7 {
	border: none;
	background: #d7f0ff url("../img/jyc1.png") center no-repeat;
}

.jyclude-index ul li:hover .jy-num8 {
	background: #f2faff url("../img/jyc2.png") center no-repeat;
}

.jyclude-index ul li:nth-child(1) {
	top: 460px;
	left: 128px;
}

.jyclude-index ul li:nth-child(2) {
	top: 270px;
	left: 198px;
}

.jyclude-index ul li:nth-child(3) {
	top: 132px;
	left: 360px;
}

.jyclude-index ul li:nth-child(4) {
	top: 65px;
	left: 543px;
}

.jyclude-index ul li:nth-child(5) {
	top: 65px;
	right: 543px;
}

.jyclude-index ul li:nth-child(6) {
	top: 132px;
	right: 360px;
}

.jyclude-index ul li:nth-child(7) {
	top: 270px;
	right: 198px;
}

.jyclude-index ul li:nth-child(8) {
	top: 460px;
	right: 128px;
}

.slideBox {
	position: relative;
}

.slideBox .next,.slideBox .prev {
	position: absolute;
	top: 50%;
	display: block;
	padding: 30px 25px;
	border: 1px solid #d7d7d7;
	border-radius: 100%;
	cursor: pointer;
	transition: all 0.3s;
	transform: translateY(-50%);
}

.slideBox .next::before,.slideBox .prev::before {
	display: inline-block;
	margin-top: -4px;
	width: 17px;
	height: 17px;
	border-color: #d8d8d8;
	border-top: 1px solid;
	border-left: 1px solid;
	content: '';
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

.slideBox .prev::before {
	margin-left: 10px;
	transform: rotate(-45deg);
}

.slideBox .next::before {
	margin-right: 10px;
	transform: rotate(135deg);
}

.video-ul-sin .prev {
	left: 5%;
}

.video-ul-sin .next {
	right: 5%;
}

.slideBox .next:hover,.slideBox .prev:hover {
	border: 1px solid #db1f21;
	background: #FFFFFF;
	color: #db1f21;
}

.slideBox .next:hover::before,.slideBox .prev:hover::before {
	border-color: #db1f21;
}

.js-text {
	display: none;
}

.slider img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.propaganda ul li.en2 .slogans {
	font-size: 1.1rem;
}

.propaganda ul li.en2 .dess {
	font-size: 0.95rem;
}

.wer h4 {
	line-height: 30px;
}

.videobox {
    position: relative;
    width: 100%;
    height: 100%;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dian_video {
    width: 100%;
    height: 100%;
}

.box_14 .box_14_com .box_14_p {
    width: 466px;
    height: 88px;
    font-size: 14px;
    color: #6f6f6f;
    line-height: 30px;
    padding: 27px 16px 0;
}
.box_14 .box_14_com a {
    display: block;
    width: 210px;
    border: 1px solid #6f6f6f;
    border-radius: 5px;
    line-height: 38px;
    text-align: center;
font-size: 1rem;
    color: #6f6f6f;
    margin: 4px 126px 20px;
}
.box_14 .box_14_com a:hover {
    color: #ffffff;
    background: #0e38a8;
}

.box_14 {
    position: absolute;
    width: 0;
    background: #ffffff;
    border-radius: 10px;
    height: 269px;
    overflow: hidden;
    z-index: 20;
    transition: all 0.5s;
}
.zhyz .box_14 {
    background: url('../img/bs-yz.png');
    background-size: cover;
    left: 20px;
}
.wsdp .box_14 {
    background: url('../img/bs-ws.png');
    background-size: cover;
    left: 20px;
}
.scyz .box_14 {
    background: url('../img/bs-sc.png');
    background-size: cover;
    left: 20px;
}
.dtgg .box_14 {
    background: url('../img/bs-dt.png');
    background-size: cover;
    left: 20px;
}
.zhgd .box_14 {
    background: url('../img/bs-gd.png');
    background-size: cover;
    left: 20px;
}
.szhgc .box_14 {
    background: url('../img/bs-szhgc.png');
    background-size: cover;
    left: 20px;
}
.ckhjjk .box_14 {
    background: url('../img/bs-ckhjjk.png');
    background-size: cover;
    top: -276px;
    left: 20px;
}
.bdjk .box_14 {
    background: url('../img/bs-sc.png');
    background-size: cover;
    right: 20px;
}
.jfhjjk .box_14 {
    background: url('../img/bs-jfhjjk.png');
    background-size: cover;
    left: 20px;
}
.nhjkxt .box_14 {
    background: url('../img/bs-nhjkxt.png');
    background-size: cover;
    left: 20px;
}
.zhyqdl .box_14 {
    background: url('../img/bs-zhyqdl.png');
    background-size: cover;
    left: 20px;
}
.zhyqys .box_14 {
    background: url('../img/bs-zhyqys.png');
    background-size: cover;
    right: 20px;
}
.nhjkxt .box_14_shu {
    font-size: 14px;
}
.zhyqys .box_14_shu,
.bdjk .box_14_shu {
    font-size: 13px;
}
.zhsw .box_14 {
    background: url('../img/bs-zhsw.png');
    background-size: cover;
    left: 20px;
}
.dwtc .box_14 {
    background: url('../img/bs-dwtc.png');
    background-size: cover;
    left: 20px;
}
.xfktjk .box_14 {
    background: url('../img/bs-xfktjk.png');
    background-size: cover;
    left: 20px;
}
.box_14_tit {
    width: 466px;
    height: 88px;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    padding: 30px 0 28px 26px;
}
.box_14_shu {
    width: 466px;
    display: flex;
    font-size: 15px;
    color: #0d72f6;
    line-height: 24px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}
.new_dianbox {
    position: absolute;
    padding: 3px;
}

.bdjk {
    right: 16.8%;
    top: 15%;
}
.szhgc {
    left: 32.8%;
    bottom: 44%;
}
.ckhjjk {
    left: 11.8%;
    bottom: 29.2%;
}
.zhgd {
    left: 10.8%;
    top: 41%;
}
.dtgg {
    left: 10.8%;
    top: 24%;
}
.scyz {
    left: 23.3%;
    top: 9.7%;
}
.wsdp {
    left: 31.1%;
    top: 11.5%;
}
.zhyz {
    left: 32.6%;
    top: 23%;
}
.dwtc {
    right: 45.5%;
    top: 41.5%;
}
.jfhjjk {
    right: 41.8%;
    top: 27.5%;
}
.nhjkxt {
    right: 49.2%;
    top: 33.5%;
}
.zhyqdl {
    right: 37.1%;
    top: 45.5%;
}
.zhyqys {
    right: 20.5%;
    top: 44.5%;
}
.zhsw {
    right: 47.2%;
    top: 13.8%;
}
.xfktjk {
    right: 54.8%;
    top: 25%;
}
.new_dianbox:hover .box_14 {
    width: 466px;
    height: 269px;
}
.dian1 {
    position: relative;
    animation: bordershow 3s infinite;
}

.dian1 {
    position: relative;
    animation: animate 2s infinite;
}
.dian {
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 5px solid #0e38a8;
    border-radius: 50%;
}

.dian1::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 4;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(16, 3, 255, 0.4);
}

.dian1::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(3, 154, 255, 0.3);
}

.dian1::before {
    animation: boderM 3s 0.75s infinite;
}

.dian1::after {
    animation: boderM 3s infinite;
}
@keyframes boderM {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    75% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}
@keyframes bordershows {
    50% {
        box-shadow: 0px 0px 10px 0 #0e38a8;
    }
}
img.class-img{
    display:block;
    width: 100%;
}
.zixun-bg {
    background-color: #f7f7f7;
}

.service-div {
    margin: 50px auto 20px;
}

.service-div ul li {
    position: relative;
    display: inline-block;
    margin: 0 83px;
    width: 70px;
    text-align: center;
    font-size: 16px;
}

.service-div ul li.active::after {
    position: absolute;
    bottom: -48px;
    left: 22px;
    z-index: -1;
    border-color: var(--text-write) transparent transparent;
    border-style: solid;
    border-width: 15px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
    content: "";
    transform: rotate(-45deg);
}

.service-div ul li.active::before {
    position: absolute;
    bottom: -70px;
    left: 12px;
    display: block;
    width: 50px;
    height: 40px;
    background-color: var(--text-write);
    content: "";
}

.service-div .service-ico {
    display: block;
    margin-bottom: 25px;
    width: 70px;
    height: 52px;
}

.service-ico1 {
    background: url("../img/1service.png") center no-repeat;
}

.service-ico2 {
    background: url("../img/2service.png") center no-repeat;
}

.service-ico3 {
    background: url("../img/3service.png") center no-repeat;
}

.service-ico4 {
    background: url("../img/4service.png") center no-repeat;
}

.service-ico5 {
    background: url("../img/5service.png") center no-repeat;
}

.service-ico6 {
    background: url("../img/6service.png") center no-repeat;
}

.service-div ul li.active .service-ico1,
.service-div ul li:hover .service-ico1 {
    background: url("../img/1service-h.png") center no-repeat;
}

.service-div ul li.active .service-ico2,
.service-div ul li:hover .service-ico2 {
    background: url("../img/2service-h.png") center no-repeat;
}

.service-div ul li.active .service-ico3,
.service-div ul li:hover .service-ico3 {
    background: url("../img/3service-h.png") center no-repeat;
}

.service-div ul li.active .service-ico4,
.service-div ul li:hover .service-ico4 {
    background: url("../img/4service-h.png") center no-repeat;
}

.service-div ul li.active .service-ico5,
.service-div ul li:hover .service-ico5 {
    background: url("../img/5service-h.png") center no-repeat;
}

.service-div ul li.active .service-ico6,
.service-div ul li:hover .service-ico6 {
    background: url("../img/6service-h.png") center no-repeat;
}

.service-div ul li:hover span {
    color: var(--text-red);
}

.slogan {
    margin: 50px auto;
    color: #333333;
    text-align: center;
    font-size: 30px;
}

.service-kh ul li {
    position: relative;
    float: left;
    display: inline-block;
    overflow: hidden;
    margin-right: 40px;
    width: 270px;
    height: 379px;
}

.service-kh ul li:last-child {
    margin-right: 0;
}

.service-kh-tit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-size: 100% 0;
    color: var(--text-write);
    text-align: center;
    line-height: 45px;
    transition: all 0.6s;
}

.service-kh-tit h3 {
    line-height: 35px;
}

.service-kh-nr {
    margin-top: 18px;
    font-size: 14px;
    line-height: 23px;
}

.service-kh-tit.hss {
    background-color: rgb(24, 52, 91, 0.6);
}

.service-kh-tit.hss h3 {
    margin-top: 110px;
}

.service-kh-tit.hss h3::after {
    display: block;
    margin: 14px auto;
    width: 50px;
    border-bottom: 5px solid;
    content: "";
}

.service-wh {
    margin-bottom: 60px;
}

.zixun-jishu {
    position: relative;
    padding: 70px 0;
    width: 50%;
    background: url("../img/counsel.png") 260px 50px no-repeat;
}

.jishu-tit {
    margin-bottom: 20px;
    color: #333333;
    font-size: 31px;
}

.zixun-jishu p {
    font-size: 16px;
}

.zixun-tel {
    position: relative;
    padding: 92px 0 70px;
    width: 35%;
    font-size: 16px;
}

.zixun-tel .lbh {
    font-weight: 800;
    font-size: 31px;
}

.zixun-tel .lbh img {
    margin-right: 8px;
}

.zixun-jishu .zixun-db {
    position: absolute;
    top: 105px;
    right: 45px;
    display: inline-block;
    padding: 13px 40px;
    border: 1px solid var(--text-red);
    border-radius: 30px;
    background-color: var(--text-write);
    color: var(--text-red);
    font-size: 18px;
}

.zixun-tel .zixun-db {
    position: absolute;
    top: 105px;
    right: 0;
    display: inline-block;
    padding: 13px 40px;
    border: 1px solid var(--text-red);
    border-radius: 30px;
    background-color: var(--text-write);
    color: var(--text-red);
    font-size: 18px;
}

.tips {
    position: relative;
    padding: 40px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
}

.sample {
    margin: 0 auto;
    width: 600px;
}

.tips-tit {
    color: #333333;
    text-align: center;
    font-size: 24px;
}

.tips-pre {
    margin-top: 20px;
    margin-bottom: 40px;
    color: #666666;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}

.sample .group-form>.group-label {
    width: 170px;
}

.sub {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 40px;
    border: 1px solid var(--text-red);
    border-radius: 5px;
    color: var(--text-red);
    background: linear-gradient(var(--text-red), var(--text-red)) no-repeat;
    background-position: -14em 0;
    transition: ease 0.5s;
    text-align: center;
    font-size: 14px;
}
.sub:hover{
    background-position: 0;
    color:var(--text-write);
}


.checkbox input:checked+label:before {
    border: 1px solid var(--text-red);
    background-color: var(--text-red);
    color: var(--text-red);
}

.sample span {
    margin-right: 2px;
    color: var(--text-red);
}

.video-list .title-l {
    font-weight: 700;
}

.video-list .title-l:before {
    background-color: var(--text-red);
}

.video-list ul li {
    float: left;
    display: inline-block;
    margin: 0 20px;
}

.video-list ul li:nth-child(3n) {
    margin-right: 0;
}

.video-list ul li .video-img {
    padding: 5px;
    width: 340px;
    border: 1px solid var(--text-write);
    border-radius: 10px;
}

.video-list ul li .video-img img {
    width: 100%;
}

.video-list ul li span {
    display: block;
    margin: 26px 0;
    color: #333333;
    text-align: center;
    font-size: 16px;
}

.video-list ul li:hover span {
    color: var(--text-red);
}

.video-list ul li:hover .video-img {
    border: 1px solid var(--text-red);
}

.issue-search {
    margin: 20px auto;
    width: 600px;
    height: 50px;
    border-radius: 8px;
    background-color: #f3f3f3;
}

.tips-box::before {
    content: 20px;
}

.header .nav-list a:hover,
.nav-menu .nav-list .active>a,
.nav-menu .nav-list a,
.search-header,
.service-div span {
    color: #333333;
}

.nav-line {
    background-color: #333333;
}

.header i.globe {
    border-color: #333333;
    color: #333333;
}

.tips-box {
    margin-top: 30px;
}

.service-kh ul li:hover .service-kh-tit {
    height: 100%;
    border-radius: 5px;
    background-color: rgb(30, 64, 111, 0.8);
    background-size: 100% 100%;
    transition: all 0.8s;
}

.service-kh ul li:hover .service-kh-tit h3 {
    margin-top: 120px;
}

.service-kh ul li:hover .service-kh-tit h3::after {
    display: block;
    margin: 18px auto;
    width: 50px;
    height: 4px;
    border-radius: 2px;
    background-color: var(--text-write);
    content: "";
}

.zixun-jishu .zixun-db:hover,
.zixun-tel .zixun-db:hover {
    background-color: var(--text-red);
    background-position: 0;
    background-size: 100% 2em;
    color: var(--text-write);
}

.common-btn {
    width: 60px;
    height: 50px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: var(--text-red);
    color: var(--text-write);
    line-height: 50px;
}

.common-btn i {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 27px;
}

.common-nav {
    width: 80px;
}

.common-nav select {
    width: 80px;
    height: 50px;
    border: none;
    background: none;
    text-align: center;
    line-height: 50px;
}

.common-search input {
    padding: 20px;
    width: 400px;
    height: 50px;
    border: none;
    background: none;
    line-height: 50px;
}

.issue-list-nav {
    width: 255px;
    border: 1px solid #e6e6e6;
    background-color: #f7f7f7;
}

.issue-list-nav ul li {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #d0d0d0;
    font-size: 16px;
    line-height: 30px;
}

.issue-list-nav ul li:last-child {
    border-bottom: none;
}

.issue-list-nav ul li .issue-r {
    position: absolute;
    right: 15px;
    font-size: 16px;
}
.wert-ul{
	display: none;
}

.issue-list-nav a {
    color: #666666;
}

.issue-content {
    margin-left: 30px;
    width: calc(100% - 300px);
}

.issue-title {
    padding: 15px 20px;
    width: 100%;
    height: 60px;
    background-color: #e9e9e9;
    font-weight: 800;
    font-size: 16px;
    line-height: 30px;
}

.issue-title a {
    color: #333333;
}

.issue-title a:first-child {
    margin-right: 5px;
    font-size: 20px;
}

.issue-question-list {
    margin-top: 20px;
}

.issue-question-list ul li {
    position: relative;
    padding: 0 30px;
    border-bottom: 1px solid #d0d0d0;
    font-size: 14px;
    line-height: 60px;
}

.issue-question-list ul li span.q {
    position: absolute;
    top: 20px;
    left: 3px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #666666;
    color: var(--text-write);
    text-align: center;
    line-height: 20px;
}

.issue-question-list ul li span.a {
    position: absolute;
    top: 60px;
    left: 3px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #666666;
    color: var(--text-write);
    text-align: center;
    line-height: 20px;
}

a.hover span.q {
    background-color: var(--text-red);
    color: var(--text-write);
}

.issue-question .q-tit {
    color: #666666;
    font-weight: 700;
}

a.hover span.q-tit {
    color: var(--text-red);
}

.ans {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 20px;
    transform: rotate(-90deg);
}

a .ans {
    right: 0;
}

.icons {
    overflow: hidden;
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
}

.tip1:after {
    position: absolute;
    top: -4px;
    left: 105px;
    display: block;
    width: 30px;
    height: 20px;
    background-color: var(--text-write);
    content: "";
}

.tip2:after {
    position: absolute;
    top: -4px;
    left: 345px;
    display: block;
    width: 30px;
    height: 20px;
    background-color: var(--text-write);
    content: "";
}

.tip4:after {
    position: absolute;
    top: -4px;
    right: 345px;
    display: block;
    width: 30px;
    height: 20px;
    background-color: var(--text-write);
    content: "";
}

.tip5:after {
    position: absolute;
    top: -4px;
    right: 105px;
    display: block;
    width: 30px;
    height: 20px;
    background-color: var(--text-write);
    content: "";
}

input[type="radio"]+label::before {
    display: inline-block;
    margin-right: 0.4em;
    width: 1em;
    height: 1em;
    border: 1px solid #ccc;
    content: "\a0";
    vertical-align: middle;
    text-indent: 0.15em;
    font-size: 18px;
    line-height: 1;
}

input[type="radio"]:checked+label::before {
    padding: 0.2em;
    background-color: var(--text-red);
    background-clip: content-box;
}

input[type="radio"] {
    position: absolute;
    top: -5px;
    right: 2px;
    left: 2px;
    opacity: 0;
}

span.ws-c {
    position: relative;
    color: #333333;
}

.common-nav {
    width: 90px;
    height: 50px;
    border: none;
    background: 0 0;
    text-align: center;
    line-height: 50px;
}

.common-btn input {
    display: block;
    margin: 15px auto;
    width: 17px;
    height: 17px;
    border: none;
    background-position: -472px -332px;
    cursor: pointer;
    transform: scale(1.2);
}

.zixun-jishu p.wpn {
    width: 300px;
    word-spacing: normal;
    line-height: 28px;
}
.banner-s-img{
    padding-top: 70px
}
.pauses-nav {
	width: 100%;
	height: 60px;
	background-color: #f5f5f5;
	box-shadow: inset 0 -1px 0 0 #e8e8e8;
	line-height: 60px
}

.pauses-nav a {
	display: inline-block;
	margin: 0 65px;
	color: #333;
	font-size: 16px
}

.pauses-nav a.active {
	margin: 13px auto;
	width: 110px;
	height: 30px;
	border-radius: 15px;
	background-color: #d91517;
	color: #fff;
	text-align: center;
	line-height: 30px
}

.pauses {
	padding: 48px 0;
	background: url(../img/pauses.jpg) no-repeat
}

.advantage {
	margin: 58px auto 87px
}

.dw:after {
	display: block;
	margin: 15px auto 0;
	width: 50px;
	height: 5px;
	border-radius: 3px;
	background-color: var(--text-red);
	content: ""
}

.dw span {
	color: silver;
	font-weight: 500;
	font-size: 16px
}

.dw1 {
	color: #fff
}

.dw1:after {
	display: block;
	margin: 15px auto 0;
	width: 50px;
	height: 5px;
	border-radius: 3px;
	background-color: #fff;
	content: ""
}

.dw1 span {
	color: #2c5590;
	font-weight: 500;
	font-size: 16px
}

.about-ul {
	margin-top: 60px
}


.propaganda-ab ul {
	justify-content: space-between
}


.propaganda-ab ul li .slogans {
	/* color: var(--text-red); */
	font-weight: 700;
	font-size: 21.7px
}

.propaganda-ab ul li.wz3 {
	flex: 0 0 calc(33.33333% - 77px)
}


.propaganda-ab ul li .dess {
	margin-top: 8.75px;
	color: #999;
	font-size: 14.98px
}

.propaganda-ab ul li.en2 .slogans {
	font-size: 1.1rem
}

.propaganda-ab ul li.en2 .dess {
	font-size: .95rem
}

.propaganda-ab ul li:before {
	left: 5.88px;
	width: 7%
}

.propaganda-ab ul li:after,.propaganda-ab ul li:before {
	position: absolute;
	top: 0;
	height: .84px;
	background-color: #d0d0d0;
	content: ""
}

.propaganda-ab ul li:after {
	right: 6.125px;
	width: 50%
}

.propaganda-ab ul li:nth-child(2):after,.propaganda-ab ul li:nth-child(4):after {
	width: 28%
}

.propaganda-ab ul li .numss {
	position: absolute;
	top: -39.9px;
	color: var(--text-red);
	font-size: 50.12px
}

.propaganda-ab ul li {
	position: relative;
	margin-top: 97px;
	padding: 2.38rem 2.13rem;
	height: 9.38rem;
	border-right: .06rem solid #d0d0d0;
	border-bottom: .06rem solid #d0d0d0;
	border-left: .06rem solid #d0d0d0;
	border-radius: .63rem;
	text-align: left
}

.pauses-div {
	margin-top: 40px;
	display: flex;
    justify-content: space-between;
}

.pauses-left {
	width: 575px;
	color: #333;
	line-height: 30px
}

.pauses-left p {
	letter-spacing: 0
}

.cultures {
	padding: 60px 0;
	background: #00245b url(../img/cultures.jpg) bottom no-repeat
}

.iconsc {
	background: url(../img/abouss.png) no-repeat
}

.about-ul li {
	position: relative;
	display: inline-block;
	margin: 0 145px 66px 0;
	width: 180px
}

.about-ul li:nth-child(4n) {
	margin-right: 0
}

.about-ul li .lq1 {
	position: absolute;
	top: 1px;
	left: 23px;
	width: 135px;
	height: 135px;
	background-position: -10px -10px;
	animation: turn 1s linear infinite
}

.about-ul li .lq2 {
	margin: 17px auto;
	width: 101px;
	height: 101px
}

.about-ul li .h2s {
	margin-top: 30px;
	color: #fff;
	text-align: center;
	font-weight: 500;
	font-size: 20px
}

@keyframes turn {
	0% {
		-webkit-transform: rotate(0)
	}

	25% {
		-webkit-transform: rotate(90deg)
	}

	50% {
		-webkit-transform: rotate(180deg)
	}

	75% {
		-webkit-transform: rotate(270deg)
	}

	to {
		-webkit-transform: rotate(1turn)
	}
}

.about-ul li p {
	margin-top: 10px;
	color: #fff;
	text-align: center
}

.about-ul li:first-child .lq2 {
	background-position: -165px -10px
}

.about-ul li:nth-child(2) .lq2 {
	background-position: -10px -165px
}

.about-ul li:nth-child(3) .lq2 {
	background-position: -131px -165px
}

.about-ul li:nth-child(4) .lq2 {
	background-position: -286px -10px
}

.about-ul li:nth-child(5) .lq2 {
	background-position: -252px -286px
}

.about-ul li:nth-child(6) .lq2 {
	background-position: -286px -131px
}

.about-ul li:nth-child(7) .lq2 {
	background-position: -10px -286px
}

.about-ul li:nth-child(8) .lq2 {
	background-position: -131px -286px
}

.mtt {
	margin: 60px auto 40px
}

.honor-one span {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 14px
}

.honor-one span img {
	display: block;
	margin-bottom: 20px;
	padding: 14px 15px;
	border: 1px solid #ccc
}

.honor-two span {
	display: inline-block;
	margin-right: 21px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 14px
}

.honor-two span img {
	display: block;
	margin-bottom: 20px;
	padding: 15px 8px;
	border: 1px solid #ccc
}

.property span {
	display: inline-block;
	margin-right: 23px;
	margin-bottom: 20px;
	text-align: center
}

.property span img {
	display: block;
	padding: 15px 7px;
	border: 1px solid #ccc
}

.ce-tit:before {
	display: inline-block;
	width: 470px;
	height: 1px;
	background: url(../img/hhhh.png) 50% no-repeat;
	content: "";
	vertical-align: middle
}

.ce-tit {
	display: block;
	margin: 50px auto;
	color: #333;
	text-align: center;
	font-size: 20px
}

.ce-tit:after {
	display: inline-block;
	width: 470px;
	height: 1px;
	background: url(../img/hhhh.png) 50% no-repeat;
	content: "";
	vertical-align: middle;
	transform: rotate(180deg)
}

.honors,.useful {
	margin-bottom: 80px
}

.dy1 {
	background-position: -407px -124px
}

.dy1,.dy2 {
	display: inline-block;
	margin-right: 13px;
	width: 31px;
	height: 31px;
	vertical-align: middle
}

.dy2 {
	background-position: -407px -175px
}

.dy3 {
	display: inline-block;
	margin-right: 13px;
	width: 31px;
	height: 31px;
	background-position: -407px -226px;
	vertical-align: middle
}

.dy4 {
	width: 46px;
	background-position: -407px -10px
}

.dy4,.dy5 {
	display: block;
	margin: 40px auto 20px;
	height: 37px
}

.dy5 {
	width: 40px;
	background-position: -407px -67px
}

.useful-one p {
	color: #333;
	font-size: 16px;
	line-height: 60px
}

.useful-one h2 {
	font-size: 26px
}

.useful-one .left {
	padding: 0 33px
}

.useful-two {
	margin-top: 60px
}

.business {
	background: url(../img/business.jpg) no-repeat
}

.business,.client3 {
	width: 585px;
	height: 332px;
	border-radius: 5px
}

.client3 {
	background: url(../img/client3.jpg) no-repeat
}

.business h3,.client3 h3 {
	margin: 20px auto 40px;
	color: #fff;
	text-align: center
}

.client3 a {
	display: block;
	width: 150px;
	height: 45px;
	border: 1px solid #fff;
	border-radius: 23px;
	font-size: 18px;
	line-height: 45px
}

.client3 a,.client3 p {
	margin: 15px auto;
	color: #fff;
	text-align: center
}

.client3 p {
	font-size: 16px
}

.content-type {
	padding: 45px 0;
	width: 100%;
	background: url(../img/content-type.jpg) no-repeat
}

.content-type-one p {
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 30px
}

.content-type-one {
	margin-top: 25px
}

.content-type-one a {
	display: block;
	margin: 20px auto;
	width: 110px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 18px;
	color: #fff;
	text-align: center;
	line-height: 30px
}

.jobs-title {
	width: 100%;
	height: 70px;
	border-radius: 35px;
	background-color: #f3f3f3;
	line-height: 70px
}

.jobs-title span:first-child {
	display: inline-block;
	padding-left: 50px;
	width: 405px;
	font-size: 22px
}

.jobs-title span:nth-child(2) {
	display: inline-block;
	width: 205px;
	font-size: 16px
}

.jobs-title span:nth-child(3),.jobs-title span:nth-child(4) {
	display: inline-block;
	width: 245px;
	font-size: 16px
}

.ty {
	background-position: -407px -357px
}

.ty,.ty1 {
	display: inline-block;
	margin-right: 8px;
	width: 20px;
	height: 20px;
	vertical-align: middle
}

.ty1 {
	background-position: -407px -277px
}

.ty2 {
	margin-right: 8px;
	width: 16px;
	height: 20px;
	background-position: -50px -407px
}

.ty2,.ty3 {
	display: inline-block;
	vertical-align: middle
}

.ty3 {
	width: 20px;
	height: 15px;
	background-position: -163px -407px
}

.jobs-item {
	position: relative;
	margin: 20px auto
}

.jobs-content {
	display: none;
	padding: 35px 55px;
	border-radius: 0 0 35px 35px;
	background-color: #f9f9f9
}

.jobs-content .title-l {
	margin: 20px auto;
	font-weight: 500
}

.jobs-content .title-l:before {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: -1px;
	width: 3px;
	height: 16px;
	background: #d91517;
	content: " "
}

.jobs-content p {
	padding-left: 12px;
	color: #666;
	font-size: 14px;
	line-height: 30px
}

.jobs-content a {
	display: block;
	margin: 28px auto 0;
	width: 110px;
	height: 30px;
	border: 1px solid #d91517;
	border-radius: 18px;
	color: #d91517;
	text-align: center;
	line-height: 30px
}

.jobs-content a:hover {
	background-color: #d91517;
	color: #fff
}

.jobs-ul {
	margin-bottom: 40px
}

.memorabilia-two {
	padding: 50px 0;
	background: url(../img/partner.jpg) bottom no-repeat
}

.memorabilia-two .w1200 span {
	display: inline-block;
	margin: 8px 4px;
	border: 1px solid #eaeaea;
	background-color: #fff
}

.w1600 {
	margin: 0 auto;
	width: 1600px
}

.memorabilia-two .w1200 {
	margin-top: 40px
}

.memorabilia-two .w1200 span:nth-child(5n) {
	margin-right: 0
}

.memorabilia-two .w1200 span:first-child,.memorabilia-two .w1200 span:nth-child(5n+1) {
	margin-left: 0
}

.memorabilia-one {
	padding: 50px 0;
	height: 800px;
	background: url(../img/partner-2.jpg) bottom no-repeat
}

.lx-dh {
	margin-left: 60px;
	width: 203px;
	height: 108px;
	color: #fff
}

.lx-dh p:nth-child(3),.lx-dh p:nth-child(4) {
	padding-left: 55px
}

.lx-jj {
	margin-right: 60px;
	width: 197px;
	height: 82px;
	color: #fff
}

.lx-jj p:nth-child(3) {
	padding-left: 42px
}

.memorabilia-one ul {
	display: flex;
	margin: 300px auto 0;
	height: 255px;
	background: url(../img/643.png) 50% no-repeat;
	align-content: space-between
}

.memorabilia-one-c ul li {
	margin: 0 40px;
	width: 235px;
	color: #666;
	font-size: 14px;
	line-height: 25px
}

.memorabilia-one-c ul li .item-ul-cj:after {
	display: block;
	margin: 20px auto 10px;
	width: 22px;
	height: 77px;
	background: url(../img/xianss.png) 50% no-repeat;
	content: ""
}

.item-ul-tx {
	color: #406686;
	text-align: center;
	font-size: 30px
}

.on .jobs-title {
	border-radius: 35px 35px 0 0;
	color: #d91517
}

.on .ty {
	background-position: -10px -407px
}

.on .ty,.on .ty1 {
	width: 20px;
	height: 20px
}

.on .ty1 {
	background-position: -407px -317px
}

.on .ty2 {
	width: 16px;
	height: 20px;
	background-position: -86px -407px
}

.on .ty3 {
	width: 21px;
	height: 15px;
	background-position: -122px -407px
}

.item-j-w {
	display: block;
	overflow: hidden;
	margin-top: 20px;
	width: 235px;
	height: 132px
}

.item-j-w img {
	transition: transform .8s
}

.item-j-w:hover img {
	transform: scale(1.1)
}

.memorabilia-one-c ul:first-child li:first-child {
	margin-top: -36px
}

.memorabilia-one-c ul:first-child li:nth-child(2) {
	margin-top: -45px
}

.memorabilia-one-c ul:first-child li:nth-child(3) {
	margin-top: -130px
}

.memorabilia-one-c ul:first-child li:nth-child(4) {
	margin-top: -167px
}

.memorabilia-one-c ul:first-child li:nth-child(5) {
	margin-top: -261px
}

.memorabilia-one-c ul:nth-child(2) li:first-child {
	margin-top: -36px
}

.memorabilia-one-c ul:nth-child(2) li:nth-child(2) {
	margin-top: -45px
}

.memorabilia-one-c ul:nth-child(2) li:nth-child(3) {
	margin-top: -106px
}

.memorabilia-one-c ul:nth-child(2) li:nth-child(4) {
	margin-top: -167px
}

.memorabilia-one-c ul:nth-child(2) li:nth-child(5) {
	margin-top: -237px
}

.memorabilia-one-c ul:nth-child(3) li:first-child {
	margin-top: -58px
}

.memorabilia-one-c ul:nth-child(3) li:nth-child(2) {
	margin-top: -45px
}

.memorabilia-one-c ul:nth-child(3) li:nth-child(3) {
	margin-top: -106px
}

.memorabilia-one-c ul:nth-child(3) li:nth-child(4) {
	margin-top: -167px
}

.memorabilia-one-c ul:nth-child(3) li:nth-child(5) {
	margin-top: -237px
}

.memorabilia-one-ul {
	position: relative
}

.memorabilia-one-ul .next,.memorabilia-one-ul .prev {
	position: absolute;
	top: 50%;
	display: block;
	padding: 25px;
	border: 1px solid #d7d7d7;
	border-radius: 100%;
	cursor: pointer;
	transition: all .3s;
	transform: translateY(-50%)
}

.memorabilia-one-ul .prev {
	left: -60px
}

.memorabilia-one-ul .next {
	right: -60px
}

.memorabilia-one-ul .next:before,.memorabilia-one-ul .prev:before {
	display: inline-block;
	margin-top: -4px;
	width: 17px;
	height: 17px;
	border-color: #d8d8d8;
	border-top: 1px solid;
	border-left: 1px solid;
	content: "";
	vertical-align: middle;
	text-align: center;
	cursor: pointer
}

.memorabilia-one-ul .prev:before {
	transform: rotate(-45deg)
}

.memorabilia-one-ul .next:before {
	transform: rotate(135deg)
}

.memorabilia-one-ul .next:hover,.memorabilia-one-ul .prev:hover {
	border: 1px solid #db1f21;
	background: #fff;
	color: #db1f21
}

.memorabilia-one-ul .next:hover:before,.memorabilia-one-ul .prev:hover:before {
	border-color: #db1f21
}

@media screen and (max-width:1366px) {
	.about-ul li {
		margin: 0 120px 66px 0
	}
}

.sj{display: none;}
.PC{display: block;}
.sj-header{
    display: none;
}	
@media screen and (max-width:1680px){
    .new-logo {
        padding-left: 70px;
        width: calc(20% - 70px);
    }
    .new-nav {
        padding-left: 120px;
        
    }
    .new-nav a {
        margin: 0 5px;
    }
}
@media screen and (max-width:1600px){
    .new-logo {
        padding-left: 70px;
        width: calc(20% - 70px);
    }
    .new-nav {
        padding-left: 120px;
         width: 40%;
    }
    .new-logo img{
        padding-left: 5px;
    }
    .new-nav a {
        margin: 0 2px;
    }
}
@media screen and (max-width: 1440px) {
     html {
        font-size: 15px;
    }
    .new-logo img{
        padding-left: 5px;
    }
    .new-nav{
        width: 40%;
    }
    #menu-location-footer{
     width: auto; 
    background:none;
    }
	.new-nav a {
		margin: 0 2px;
	}
    #menu-location-footer{
        padding: 0;
    }
    .solution-index-ris .fa{
		width: 22.75rem;
		height: 16.5rem;
	}
	.product-index-nav span{
		width: 8.316rem;
	}
	.pro-index-con2 img{
		display: block;
		width: 100%;
	}
	.news-index-img{
		margin-right: 0;
	}
	.video-ul-sin ul li{
	    margin: 0;
	}
    .propaganda ul li .numss {
        font-size: 3.23rem;
    }

}

@media screen and (max-width: 1366px) {
    html {
        font-size: 14px;
    }
        .new-nav{
        width: 44%;
    }
    .new-sousou{
        width: 15%;
    }

    .w1200 {
        margin: 0 auto;
        width: 1160px
    }

    .nav-menu .nav-list a {
        padding: 0 .357143rem;
        font-size: 1rem
    }
    .art-btn {
        margin-left: 0
    }

    .news-list-nums ul li .time-square {
        margin-top: 5px
    }

    .news-index-nav {
        margin: 0 auto
    }

    .news-list-nums ul li {
        padding: 20px 0
    }

    .nav-menu .nav-list li {
        margin: 0 .285714rem
    }

    .header-w .search-header, .search-header {
        margin-top: 1.785714rem
    }

    .search-header i {
        font-size: 1.142857rem
    }

    .header i.globe {
        top: 1.285714rem;
        width: 1.785714rem;
        line-height: 1.785714rem
    }

    #search-h {
        top: 2.571429rem;
        right: 4.142857rem;
        font-size: 1.142857rem
    }

    .am-form {
        top: -2.428571rem;
        left: -17.5rem;
        width: 19.285714rem
    }

    .am-form input {
        margin: 2.142857rem .714286rem 1.428571rem 1.428571rem;
        width: 14.285714rem;
        height: 2.142857rem
    }

    .solution-index {
        padding: 1.428571rem 0
    }

    .news-index-img img, .pro-index-con2 img, .video-ul-sin ul li img, .wechat-wrap img {
        display: block;
        max-width: 100%
    }

    #menu-location-footer ul li a {
        font-size: 12px
    }

    .link-server-wrap {
        margin: 0 4px;
        width: 140px
    }

    #footer-menu img {
        margin-bottom: 2.44rem
    }

    .wx {
        width: auto
    }
    .news-index,.product-index,.solution-index,.superiority,.video-index {
		margin: 0.8rem auto;
	}

	.product-index {
		padding: 0;
	}

	.solution-index-ris .fa {
		width: 20.75rem;
		height: 16.5rem;
	}

	.wer p {
		padding: 5px 15px;
	}

	.product-index-nav span {
		width: 7.74rem;
		height: 2.31rem;
		line-height: 2.31rem;
	}

	.product-index-nav span:last-child {
		margin-right: 0;
	}

	.news-index-img img,.pro-index-con2 img,.video-ul-sin ul li img,.wechat-wrap img {
		display: block;
		max-width: 100%;
	}

	.video-ul-sin ul li {
		width: 32.33%;
	}

	.slideBox .next,.slideBox .prev {
		padding: 15px 1px;
	}

	.jyclude-index ul li:nth-child(1) {
		top: 460px;
		left: -9px;
	}

	.jyclude-index ul li:nth-child(2) {
		top: 270px;
		left: 18px;
	}

	.jyclude-index ul li:nth-child(3) {
		top: 132px;
		left: 148px;
	}

	.jyclude-index ul li:nth-child(4) {
		top: 44px;
		left: 324px;
	}

	.jyclude-index ul li:nth-child(5) {
		top: 44px;
		right: 324px;
	}

	.jyclude-index ul li:nth-child(6) {
		top: 132px;
		right: 148px;
	}

	.jyclude-index ul li:nth-child(7) {
		top: 270px;
		right: 18px;
	}

	.jyclude-index ul li:nth-child(8) {
		top: 460px;
		right: -9px;
	}

	.wechat-wrap {
		display: inline-block;
		margin-left: 10px;
		width: 80px;
		text-align: center;
		font-size: 1rem;
	}

	.tit-wrap {
		margin-left: 10px;
	}

	.link-server-wrap:first-child {
		margin-left: 0;
	}

	#menu-location-footer ul li a {
		font-size: 12px;
	}

	.link-server-wrap {
		margin: 0 4px;
		width: 140px;
	}

	#footer-menu img {
		margin-bottom: 2.44rem;
	}

	.wx {
		width: auto;
	}

	#menu-location-footer {
		padding: 0;
		width: auto;
	}

	.link-server-wrap ul li {
		margin-right: 18px;
		margin-bottom: 12px;
	}

	.link-server-wrap:nth-child(2) ul li:nth-child(7) {
		margin-right: 6px;
	}

	.news-index-com h4,.wer h4 {
		font-size: 14px;
	}

	.solution-index-ris p {
		font-size: 13px;
		line-height: 1.4rem;
	}

	.product-index-nav {
		margin: 2.65rem 0 1.5rem;
	}

	.video-ul-sin .prev {
		left: 4%;
	}

	.video-ul-sin .next {
		right: 4%;
	}

	.news-index-com p {
		font-size: 0.8125rem;
	}

	a.more {
		margin: 1.5rem auto 0;
	}

	.news-index {
		padding: 2.35rem 0;
	}

	.link-server-wrap:nth-child(1) ul li:nth-child(3) {
		margin-right: 28px;
	}

	.link-server-wrap:nth-child(2) ul li:nth-child(7) {
		margin-right: 18px;
	}

	.link-server-wrap:nth-child(2) ul li:nth-child(6) {
		margin-right: 10px;
	}

    #menu-location-footer {
        padding: 0;
        width: auto
    }

    .wechat-wrap {
        display: inline-block;
        width: 80px;
        text-align: center;
        font-size: 1rem
    }

    .tit-wrap, .wechat-wrap {
        margin-left: 10px
    }

    .link-server-wrap:first-child {
        margin-left: 0
    }

    .link-server-wrap ul li {
        margin-right: 18px;
        margin-bottom: 12px
    }

    .link-server-wrap:first-child ul li:nth-child(3) {
        margin-right: 28px
    }

    .link-server-wrap:nth-child(2) ul li:nth-child(7) {
        margin-right: 18px
    }

    .link-server-wrap:nth-child(2) ul li:nth-child(6) {
        margin-right: 10px
    }
}


@media screen and (max-width: 1280px) {

    html {
        font-size: 12px;
    }
    .new-logo{
        padding-left: 15px;
        width: auto;
    }
    .coms {
        max-width: 1000px;
        margin: 0 auto;
    }
    .new-nav{
        width: 44%;
        padding-left: 70px;
    }
}
@media screen and (max-width: 1024px){
	.sj-header{
		display: block;
	}	
    .new-hearder{
        display: none;
    }
    .PC{
        display: none;
    }
    .sj{
        display: block;
    }
    html{
        font-size: calc(100vw / 828);
    }
    
    * {
        margin: 0;
        padding: 0;
    }
    
    body {
        width: 100%;
        background: #f3f3f3;
    }
    
    .fz-24 {
        font-size: 24rem;
    }
    
    .bg-white {
        background: #ffffff;
    }
    .header {
        position: relative
    }
    
    .L-left {
        left: 20rem;
        width: 40rem;
        height: 33rem;
        background: url('../img/Group\ 1.webp') no-repeat;
        background-size: 100%
    }
    
    .L-left, .L-right {
        position: absolute;
        top: 8rem;
        display: block
    }
    
    .L-right {
        right: 20rem;
        width: 46rem;
        height: 46rem;
        background: url('../img/Group\ 4.webp') no-repeat;
        background-size: 100%
    }
    
    .logo-h {
        margin: 45rem auto;
        width: 410rem;
        height: 60rem
    }
    
    .logo-h img {
        width: 100%
    }
    
    .tit-h2 {
        color: #333;
        text-align: center;
        font-size: 36rem
    }
    
    .tit-h2, .tit-h2 span {
        letter-spacing: 0;
        font-weight: 400;
        line-height: 36rem
    }
    
    .tit-h2 span {
        display: block;
        color: #999;
        font-size: 24rem
    }
    
    .jklll-span {
        box-sizing: border-box;
        width: 250rem;
        height: 80rem;
        border: 1rem solid hsla(0, 0%, 60%, .5);
        background: #fff;
        color: #666;
        text-align: center;
        font-size: 30rem;
        line-height: 80rem
    }
    
    .jklll-span.on {
        border: 1rem solid rgba(217, 21, 23, .5);
        color: #d91517
    }
    
    .tit-jklll {
        display: flex;
        margin: 50rem 0 53rem;
        flex-wrap: nowrap;
        justify-content: space-evenly
    }
    
    .xw-item {
        margin: 0 auto 50rem;
        width: 788rem;
        height: 536rem
    }
    
    .xw-item-img img {
        width: 100%
    }
    
    .xw-time {
        box-sizing: border-box;
        width: 161rem;
        height: 161rem;
        border: 1rem solid hsla(0, 0%, 60%, .5)
    }
    
    .xw-time span:first-child {
        display: block;
        margin: 20rem auto 30rem;
        width: 66rem;
        height: 38rem;
        color: #666;
        font-size: 60rem
    }
    
    .xw-time span:nth-child(2) {
        display: block;
        margin: 30rem auto 21rem;
        width: 99rem;
        height: 38rem;
        color: #666;
        font-weight: 400;
        font-size: 26rem;
        line-height: 38rem
    }
    
    .xw-comm {
        width: 602rem;
        height: 44rem;
        color: #333;
        letter-spacing: 0;
        font-weight: 400;
        font-size: 28rem;
        line-height: 44rem
    }
    
    .xw-item-s {
        display: flex;
        margin: 17rem auto 50rem;
        justify-content: space-between
    }
    
    .xw-comm p {
        margin-top: 36rem;
        color: #666;
        line-height: 38rem
    }
    
    .btn-rs, .xw-comm p {
        letter-spacing: 0;
        font-size: 24rem
    }
    
    .btn-rs {
        box-sizing: border-box;
        margin: 50rem auto 0;
        width: 170rem;
        height: 56rem;
        border: 1rem solid hsla(0, 0%, 60%, .5);
        text-align: center;
        font-weight: 400;
        line-height: 56rem
    }
    
    .btn-rs a {
        color: #666
    }
    
    .comm2, .comm6 {
        padding: 50rem 0;
        background-color: #f3f3f3
    }
    
    .comm3, .comm5, .comm7 {
        padding: 50rem 0;
        background-color: #fff
    }
    
    .ys {
        display: flex;
        margin-top: 50rem;
        flex-wrap: wrap;
        justify-content: space-around
    }
    
    .ys-item {
        margin-bottom: 50rem;
        width: 384rem;
        height: 276rem;
        border-radius: 10rem;
        background: #fff;
        font-weight: 400
    }
    
    .ys-item:nth-child(5), .ys-item:nth-child(6) {
        margin-bottom: 0
    }
    
    .ys-item p {
        margin: 0 auto;
        width: 324rem;
        height: 80rem;
        color: #666;
        text-align: center;
        letter-spacing: 0;
        font-weight: 400;
        font-size: 24rem;
        line-height: 40rem
    }
    
    .y-y {
        padding: 50rem 0 25rem;
        color: #d91517;
        font-size: 60rem
    }
    
    .y-title, .y-y {
        text-align: center;
        letter-spacing: 0;
        font-weight: 400;
        line-height: 36rem
    }
    
    .y-title {
        margin-bottom: 25rem;
        color: #000;
        font-size: 30rem
    }
    
    .sp-i-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around
    }
    
    .sp-item {
        width: 384rem
    }
    
    .sp-item-img {
        margin-top: 50rem;
        width: 384rem;
        height: 218rem;
        border-radius: 10rem
    }
    
    .sp-item-img img {
        width: 100%;
        border-radius: 10rem
    }
    
    .sp-item-tit {
        margin-top: 20rem;
        height: 36rem;
        color: #333;
        text-align: center;
        letter-spacing: 0;
        font-weight: 400;
        font-size: 26rem;
        line-height: 36rem
    }
    
    .comm4 {
        position: relative;
        padding: 50rem 0;
        height: 955rem;
        background: url('../img/Frame\ 3.webp') bottom no-repeat;
        background-size: 100%
    }
    
    .circle {
        top: 256rem;
        left: 76rem;
        box-sizing: border-box;
        width: 674rem;
        height: 674rem;
        border: 1rem solid rgba(25, 110, 255, .25);
        border-radius: 50%
    }
    
    .circle, .cloud {
        position: absolute
    }
    
    .cloud {
        top: 483rem;
        left: 223rem;
        width: 383.2rem;
        height: 239.5rem;
        background: url(../img/Union.webp) no-repeat;
        background-size: 100%
    }
    
    .cloud span {
        display: block;
        padding: 137rem 0 0 57rem;
        color: #fff;
        font-weight: 400;
        font-size: 36rem;
        line-height: 36rem
    }
    
    .cloud-item {
        position: absolute;
        width: 120rem
    }
    
    .cloud-item img {
        display: block;
        margin-bottom: 15rem;
        width: 100%
    }
    
    .cloud-item span {
        display: block;
        color: #333;
        text-align: center;
        letter-spacing: 0;
        font-weight: 400;
        font-size: 28rem;
        line-height: 36rem
    }
    
    .cl-item1 {
        top: 841rem;
        left: 197rem
    }
    
    .cl-item2 {
        top: 666rem;
        right: 45rem
    }
    
    .cl-item3 {
        top: 666rem;
        left: 45rem
    }
    
    .cl-item4 {
        top: 409rem;
        right: 45rem
    }
    
    .cl-item5 {
        top: 201rem;
        right: 205rem
    }
    
    .cl-item6 {
        top: 201rem;
        left: 197rem
    }
    
    .cl-item8 {
        top: 841rem;
        right: 208rem
    }
    
    .cl-item7 {
        top: 409rem;
        left: 54rem
    }
    
    .tit-h2:after {
        display: block;
        margin: 0 auto;
        width: 340rem;
        height: 20rem;
        background: url(../img/xian.webp) no-repeat;
        background-size: 100%;
        content: ""
    }
    a.zx-dj {
        display: block;
        width: 100px;
        height: 20px;
        font-size: 14px;
        margin: 30rem auto;
        border-radius: 10rem;
        border: 1px solid rgba(217,21,23,.5);
        padding: 14rem;
        text-align: center;
        color: #d91517;
    }
    
    .comm img {
        width: 100%
    }
    
    .comm2 {
        position: relative;
        z-index: 80;
        padding-top: 123rem;
        height: 1007rem
    }
    
    .index-s-sou {
        position: absolute;
        top: -60rem;
        left: 60rem;
        display: flex;
        width: 708rem;
        height: 120rem;
        background: #fff;
        box-shadow: 0 5rem 15rem 0 rgba(0, 0, 0, .03);
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    
    .v-s {
        margin: 20rem auto;
        width: 540rem;
        height: 60rem;
        border: none;
        color: #999;
        letter-spacing: 0;
        font-weight: 400;
        font-size: 24rem;
        line-height: 60rem
    }
    
    .jiejue-item {
        position: relative
    }
    
    .jiejue-item p {
        margin: 50rem auto 38rem;
        width: 788rem;
        height: 208rem;
        color: #666;
        letter-spacing: 0;
        font-weight: 400;
        font-size: 26rem;
        line-height: 52rem
    }
    
    .jiejue-item a {
        display: block;
        width: 250rem;
        height: 450rem
    }
    
    .introduction-info {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around
    }
    
    .jiejue-item a img {
        width: 100%
    }
    
    .jj-nav {
        display: flex;
        margin-top: 50rem;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-around
    }
    
    .rs-b {
        box-sizing: border-box;
        width: 54rem;
        height: 70rem;
        border: 1rem solid hsla(0, 0%, 60%, .2);
        color: #c4c4c4;
        text-align: center;
        font-size: 36rem;
        line-height: 70rem
    }
    
    .rs-ul {
        width: 680rem
    }
    
    .rs-ul .swiper-slide {
        width: 200rem;
        height: 70rem;
        background: hsla(0, 0%, 60%, .1);
        text-align: center;
        font-size: 28rem;
        line-height: 70rem
    }
    
    .rs-ul .swiper-slide.swiper-slide-active {
        box-sizing: border-box;
        border: 1rem solid rgba(217, 21, 23, .5);
        background: rgba(217, 21, 23, .06);
        color: #d91517
    }
    
    .cp-index {
        margin-top: 50rem
    }
    
    .rs-img {
        margin: 30rem auto;
        width: 788rem;
        height: 281rem
    }
    
    .cl-list-img img, .rs-img img {
        width: 100%
    }
    
    .rs-lm {
        display: flex;
        margin: 0 auto;
        width: 788rem;
        height: 36rem;
        line-height: 36rem;
        justify-content: space-between
    }
    
    .rs-lm-left {
        color: #333;
        font-weight: 400;
        font-size: 32rem
    }
    
    .rs-lm-left:before {
        margin-right: 15rem;
        border-left: 4rem solid #d91517;
        border-radius: 5rem;
        content: ""
    }
    
    .rs-lm-right {
        color: #999;
        font-size: 24rem
    }
    
    .cp-list {
        display: flex;
        margin: 20rem auto;
        width: 788rem;
        justify-content: space-between
    }
    
    .cl-list-item {
        display: flex;
        box-sizing: border-box;
        width: 384rem;
        height: 217rem;
        border: 1rem solid hsla(0, 0%, 60%, .5);
        border-radius: 10rem;
        background: #fff
    }
    
    .cl-list-img {
        margin-top: 9rem;
        margin-left: 2rem;
        width: 200rem;
        height: 200rem
    }
    
    .cl-list-tit {
        position: relative;
        margin-top: 30rem;
        margin-right: 24rem;
        width: 154rem
    }
    
    .cl-list-tit h4 {
        color: #333;
        line-height: 40rem
    }
    
    .cl-list-tit h4, .cl-list-tit p {
        font-weight: 400;
        font-size: 22rem
    }
    
    .cl-list-tit p {
        position: absolute;
        bottom: 21rem;
        left: 8rem;
        height: 30rem;
        color: #999;
        letter-spacing: 0;
        line-height: 30rem
    }
    
    .btn-rs:after {
        display: inline-block;
        margin-left: 15rem;
        width: 20rem;
        height: 20rem;
        background-image: url(../img/Vector.webp);
        background-size: 100%;
        content: ""
    }
    
    .footer {
        width: 100%;
        background: #383838
    }
    
    .footer-logo {
        padding-top: 52rem;
        padding-left: 12rem;
        width: 554rem;
        height: 81rem
    }
    
    .footer-logo img {
        width: 100%
    }
    
    .index-tu {
        margin: 43rem;
        width: 40rem;
        height: 40rem;
        background: url(../img/Vectors.webp) no-repeat;
        background-size: 100%
    }
    
    .footer-ads {
        margin-top: 64rem;
        margin-bottom: 20rem;
        padding-left: 12rem;
        color: #fff;
        letter-spacing: 0;
        font-weight: 400;
        font-size: 28rem;
        line-height: 40rem
    }
    
    .footer-ads1:before {
        height: 27rem;
        background: url(../img/s1.webp) repeat;
        background-size: 100%
    }
    
    .footer-ads1:before, .footer-ads2:before {
        display: inline-block;
        margin-right: 30rem;
        width: 35rem;
        content: ""
    }
    
    .footer-ads2:before {
        height: 30rem;
        background: url(../img/s2.webp) repeat;
        background-size: 100%
    }
    
    .footer-ads3:before {
        display: inline-block;
        margin-right: 30rem;
        width: 23rem;
        height: 31rem;
        background: url(../img/s3.webp) repeat;
        background-size: 100%;
        content: ""
    }
    
    .ggwm {
        margin: 50rem 13rem 30rem;
        color: #fff;
        letter-spacing: 0;
        font-weight: 400;
        font-size: 32rem;
        line-height: 40rem
    }
    
    .ggwm-img-tu {
        display: flex;
        justify-content: flex-start
    }
    
    .ggwm-img {
        margin-right: 50rem;
        width: 140rem;
        height: 140rem
    }
    
    .ggwm-img:first-child {
        margin-left: 12rem
    }
    
    .ggwm-img img {
        width: 100%
    }
    
    .ccc {
        height: 102rem;
        background-color: #f3f3f3;
        color: #666;
        text-align: center;
        letter-spacing: 0;
        font-size: 22rem;
        line-height: 102rem
    }
    
    li, ul {
        list-style: none
    }
    
    a, a:hover {
        text-decoration: none
    }
    
    .footer-nav {
        padding: 50rem 0 50rem 20rem;
        width: 788rem
    }
    
    .footer-nav li {
        position: relative;
        margin: 15rem 0;
        color: #fff;
        letter-spacing: 0;
        font-weight: 400;
        font-size: 32rem;
        line-height: 40rem
    }
    
    .yuer {
        position: absolute;
        right: 20rem;
        width: 14rem;
        height: 28rem;
        background: url(../img/s5.webp) no-repeat;
        background-size: 100%
    }
    
    .footer-nth-ul {
        display: none
    }
    
    .footer-nth-ul li {
        font-size: 24rem
    }
    
    .footer-nth-ul li a {
        color: #fff
    }
    
    .yuer.active {
        transform: rotate(180deg)
    }
    
    .header-f {
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 150rem;
        background: #fff
    }
    
    nav {
        display: none;
        width: 100%
    }
    
    .action nav {
        position: absolute;
        top: 105rem;
        z-index: 999;
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        height: calc(100vh - 105rem);
        background: #fff;
        text-align: center
    }
    
    .action .L-left {
        width: 33rem;
        height: 33rem;
        background: url(../img/error.webp) no-repeat;
        background-size: 100%
    }
    
    .nav-ul a {
        color: #333;
        font-weight: 400;
        font-size: 32rem;
        line-height: 45rem
    }
    
    .nav-ul li {
        margin-bottom: 45rem
    }
    
    .nav-dropdown {
        display: none;
        margin-top: 46em
    }
    
    .nav-ul .nav-dropdown a {
        color: #666;
        font-weight: 400;
        font-size: 28rem;
        line-height: 29rem
    }
    
    .plan-nav-item.active a {
        color: #d91517
    }
    
    .plan-c-list {
        margin-top: 50rem;
        width: 100%;
        background: #fff
    }
    
    .plan-c-tit {
        padding: 50rem 20rem;
        color: #333;
        font-weight: 400;
        font-size: 36rem;
        line-height: 36rem
    }
    
    .plan-c-tit:before {
        display: inline-block;
        margin-right: 15rem;
        width: 4rem;
        height: 36rem;
        border-radius: 5rem;
        background: #d91517;
        content: "";
        letter-spacing: 0
    }
    
    .plan-c-list ul li {
        margin: 0 auto 50rem;
        width: 788rem
    }
    
    .plan-c-img {
        height: 580.83rem;
        border-radius: 10rem
    }
    
    .plan-c-img img {
        width: 100%
    }
    
    .plan-c-ts {
        margin-top: 30.17rem;
        margin-bottom: 15rem;
        color: #333;
        font-size: 32rem;
        line-height: 36rem
    }
    
    .plan-c-rd, .plan-c-ts {
        letter-spacing: 0;
        font-weight: 400
    }
    
    .plan-c-rd {
        color: #666;
        font-size: 28rem;
        line-height: 44rem
    }
    
    .plan-c-bt {
        display: flex;
        margin-top: 20rem;
        color: #999;
        font-size: 24rem;
        justify-content: space-between;
        flex-wrap: nowrap
    }
    
    .plan-c-time {
        color: #999
    }
    
    .cover {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start
    }
    
    .cover-item {
        margin: 20rem 9.5rem;
        width: 250rem;
        height: 250rem
    }
    
    .cover-item img {
        width: 100%
    }
    
    .cover-item:nth-child(3n) {
        margin-right: 20rem
    }
    
    .cover-item:nth-child(3n+1) {
        margin-left: 20rem
    }
    
    .product-item {
        position: relative;
        margin: 50rem auto;
        width: 788rem;
        height: 530rem
    }
    
    .product-item h2 {
        position: absolute;
        top: 49rem;
        left: 30rem;
        color: #fff;
        font-size: 42rem;
        line-height: 36rem
    }
    
    .pro1 {
        background: url('../img/FrameS\ 36.webp') no-repeat;
        background-size: 100%
    }
    
    .pro2 {
        background: url('../img/FrameS\ 37.webp') no-repeat;
        background-size: 100%
    }
    
    .pro3 {
        background: url('../img/FrameS\ 39.webp') no-repeat;
        background-size: 100%
    }
    
    .pro4 {
        background: url('../img/FrameS\ 40.webp') no-repeat;
        background-size: 100%
    }
    
    .pro5 {
        background: url('../img/FrameS\ 41.webp') no-repeat;
        background-size: 100%
    }
    
    .pro6 {
        background: url('../img/FrameS\ 42.webp') no-repeat;
        background-size: 100%
    }
    
    .pro7 {
        background: url('../img/FrameS\ 43.webp') no-repeat;
        background-size: 100%
    }
    
    .pro8 {
        background: url('../img/FrameS\ 44.webp') no-repeat;
        background-size: 100%
    }
    
    .pro9 {
        background: url('../img/FrameS\ 45.webp') no-repeat;
        background-size: 100%
    }
    
    .product-item p {
        position: absolute;
        top: 134rem;
        left: 30rem;
        color: #fff;
        font-size: 30rem
    }
    
    .product-item p a {
        color: #fff
    }
    
    .product-item p span {
        display: inline-block;
        margin: 0 20rem;
        color: hsla(0, 0%, 100%, .5)
    }
    
    .por-plan {
        color: #00d4ff;
        font-size: 24rem;
        line-height: 24rem
    }
    
    .por-plan span {
        display: inline-block;
        margin-right: 10rem;
        margin-bottom: 14rem;
        padding: 8rem 25rem;
        border: 1rem solid rgba(0, 212, 255, .5);
        font-weight: 400
    }
    
    .pro1 .por-plan, .pro2 .por-plan {
        position: absolute;
        top: 285rem;
        left: 30rem;
        width: 400rem
    }
    
    .pro3 .por-plan {
        position: absolute;
        top: 250rem;
        left: 30rem;
        width: 436rem
    }
    
    .pro4 .por-plan, .pro5 .por-plan, .pro6 .por-plan {
        position: absolute;
        top: 285rem;
        left: 30rem;
        width: 400rem
    }
    
    .pro7 .por-plan {
        position: absolute;
        top: 285rem;
        left: 30rem;
        width: 420rem
    }
    
    .pro8 .por-plan, .pro9 .por-plan {
        position: absolute;
        top: 285rem;
        left: 30rem;
        width: 400rem
    }
    
    .pro5 p span, .pro6 p span {
        margin: 0 14rem
    }
    
    .pro-div {
        background: #fff
    }
    
    .pro-div h2 {
        padding: 24rem 41rem;
        font-weight: 400;
        font-size: 50rem;
        line-height: 100rem
    }
    
    .pro-div p {
        padding: 30rem 41rem;
        color: #666;
        font-weight: 400;
        font-size: 28rem;
        line-height: 56rem
    }
    
    .zxian {
        position: relative;
        margin: 0 auto;
        width: 788rem;
        height: 1rem;
        background: rgba(217, 21, 23, .5)
    }
    
    .zxian span {
        position: absolute;
        top: -2rem;
        display: block;
        width: 238rem;
        height: 4rem;
        background: #d91517
    }
    
    .pro-nav-l-xw {
        display: flex;
        margin: 50rem 0 0;
        flex-wrap: wrap;
        justify-content: space-around
    }
    
    .pro-nav-l-xw:after {
        display: block;
        width: 45%;
        content: ""
    }
    
    .nav-l-xw-item {
        margin-bottom: 30rem;
        width: 384rem;
        height: 80rem;
        background: #fff;
        text-align: center;
        font-weight: 400;
        font-size: 28rem;
        line-height: 80rem
    }
    
    .nav-l-xw-item a {
        color: #333
    }
    
    .nav-l-xw-item.artive {
        box-sizing: border-box;
        border: 1rem solid rgba(217, 21, 23, .5)
    }
    
    .nav-l-xw-item.artive a {
        color: #d91517
    }
    
    .plan-c-ul-item {
        display: flex;
        margin: 0 auto 30rem;
        width: 788rem;
        height: 217rem;
        background-color: #fff
    }
    
    .plan-c-ul-img {
        width: 200rem;
        height: 200rem
    }
    
    .plan-c-ul-img img {
        width: 100%
    }
    
    .plan-c-ul-txt {
        margin-left: 10rem;
        width: 559rem
    }
    
    .plan-c-ul-txt h3 {
        overflow: hidden;
        margin-top: 30rem;
        height: 32rem;
        color: #333;
        letter-spacing: 0;
        font-size: 32rem;
        line-height: 32rem
    }
    
    .plan-c-ul-txt p {
        margin: 20rem 0;
        color: #e84a4a;
        font-size: 26rem;
        line-height: 32rem
    }
    
    .link-plan {
        color: #999;
        text-align: right;
        letter-spacing: 0;
        font-weight: 400;
        font-size: 24rem;
        line-height: 30rem
    }
    
    .tiii-coms {
        overflow: hidden;
        height: 1161rem
    }
    
    .plan-banner {
        padding-top: 150rem;
        height: 400rem
    }
    
    .plan-banner img {
        width: 100%
    }
    
    .hot-search {
        margin: 20rem auto;
        width: 700rem;
        height: 36rem;
        color: #999;
        font-size: 24rem;
        line-height: 36rem
    }
    
    .hot-search a {
        display: inline-block;
        margin-left: 15rem;
        color: #999
    }
    
    .comm {
        padding-top: 150rem
    }
    
    .product-search {
        padding-top: 200rem
    }
    
    .product-search-it {
        display: flex;
        margin: 0 auto;
        width: 788rem;
        height: 80rem;
        border: 1rem solid rgba(217, 21, 23, .5);
        border-radius: 100rem;
        align-items: center
    }
    
    .product-search-tu {
        margin: 20rem 44rem;
        width: 40rem;
        height: 40rem;
        background: url(../img/Vectors.webp) no-repeat;
        background-size: 100%
    }
    
    .product-search-it input[type=submit] {
        margin: 8rem 8rem 7rem 0;
        width: 108rem;
        height: 65rem;
        border: none;
        border-radius: 100rem;
        background: linear-gradient(270deg, #ff1e00, #ff1e00 0, #fa5521 99%, #fa5521 0);
        color: #fff
    }
    
    .product-search-it input[type=text] {
        width: 534rem;
        height: 70rem;
        border: none;
        color: #999;
        letter-spacing: 0;
        font-weight: 400;
        font-size: 24rem;
        line-height: 36rem
    }
    
    .product-list-dynamics {
        padding-bottom: 50rem
    }
    
    .buy-a-collection {
        display: flex;
        padding-top: 42rem;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center
    }
    
    .buy-item {
        margin-bottom: 50rem;
        width: 384rem;
        height: 384rem;
        border-radius: 20rem;
        background: #fff;
        box-shadow: 0 0 25rem 0 rgba(0, 0, 0, .1);
        text-align: center
    }
    
    .buy-item img {
        display: block;
        margin: 30rem auto;
        width: 170rem;
        height: 170rem
    }
    
    .buy-item h3 {
        color: #333;
        letter-spacing: 0;
        font-weight: 800;
        font-size: 32rem;
        line-height: 36rem
    }
    
    .buy-item a {
        display: block;
        box-sizing: border-box;
        margin: 26rem auto;
        width: 170rem;
        height: 60rem;
        border: 1rem solid rgba(217, 21, 23, .5);
        border-radius: 100rem;
        color: #d91517;
        font-size: 24rem;
        line-height: 60rem
    }
    
    .buy-img {
        padding-top: 150rem;
        padding-bottom: 50rem
    }
    
    .buy-img img {
        width: 100%
    }
    
    .technical-support-channel {
        padding: 50rem 21rem
    }
    
    .technical-support-channel h2 {
        color: #333;
        font-size: 36rem
    }
    
    .outside-customer-service {
        display: flex;
        margin-top: 50rem;
        width: 787rem;
        height: 150rem;
        border-radius: 10rem;
        flex-wrap: nowrap
    }
    
    .technique {
        margin: 35rem 30rem;
        width: 520rem;
        height: 80rem;
        color: #666;
        font-size: 28rem;
        line-height: 40rem
    }
    
    .L1 {
        background: #fff url(../img/Vtel.webp) no-repeat;
        background-position: 21rem 19rem;
        background-size: 83.92rem 73.44rem
    }
    
    .L2 {
        background: #fff url(../img/Vsms.webp) no-repeat;
        background-position: 20rem 20rem;
        background-size: 83.22rem 80rem
    }
    
    .outside-customer-service a {
        margin: 40rem;
        width: 160rem;
        height: 60rem;
        border-radius: 100rem;
        background: linear-gradient(270deg, #d91517, #d91517 0, #d95b14 100%, #d95b14 0);
        box-shadow: 0 5rem 15rem 0 rgba(217, 30, 23, .3);
        color: #fff;
        text-align: center;
        line-height: 60rem
    }
    
    .call span {
        display: block;
        margin-top: 10rem;
        color: #333;
        font-size: 40rem
    }
    
    .call {
        margin: 35rem 30rem;
        width: 520rem;
        height: 80rem;
        color: #666;
        font-size: 28rem;
        line-height: 40rem
    }
    
    .call span ico {
        display: inline-block;
        margin-right: 6rem;
        width: 30rem;
        height: 30rem;
        background: url(../img/stel.webp) no-repeat;
        background-size: 30rem 30rem
    }
    
    .solution-search {
        padding-top: 40rem
    }
    
    .solution-nav {
        display: flex;
        margin: 0 auto;
        padding: 50rem 0 34rem;
        width: 788rem;
        flex-wrap: wrap
    }
    
    .solution-nav a {
        margin-right: 16rem;
        margin-bottom: 16rem;
        width: 180rem;
        height: 78rem;
        border: 1rem solid #fff;
        background: #fff;
        color: #666;
        text-align: center;
        font-size: 30rem;
        line-height: 80rem
    }
    
    .solution-nav a:nth-child(4n) {
        margin-right: 0
    }
    
    .solution-nav a.active {
        border: 1rem solid #d91517;
        background: rgba(217, 21, 23, .06);
        color: #d91517
    }
    
    .media-img h2 {
        padding: 50rem 20rem;
        color: #333;
        font-size: 36rem
    }
    
    .media-img h2:before {
        display: inline-block;
        margin-right: 10rem;
        width: 4rem;
        height: 36rem;
        border-radius: 5rem;
        background: #d91517;
        content: ""
    }
    
    .media-img ul li {
        padding-bottom: 50rem
    }
    
    .media-img ul li img {
        display: block;
        margin: 0 auto;
        width: 788rem;
        height: 580.83rem;
        border-radius: 10rem
    }
    
    .media-img ul li h3 {
        margin: 30.17rem 0 15rem;
        color: #666;
        letter-spacing: 0;
        font-weight: 600;
        font-size: 32rem;
        line-height: 44rem
    }
    
    .linear-link {
        margin: 0 auto;
        width: 788rem
    }
    
    .linear-link p {
        color: #666;
        letter-spacing: 0;
        font-size: 28rem;
        line-height: 44rem
    }
    
    .linear-item {
        display: flex;
        margin-top: 20rem;
        justify-content: space-between
    }
    
    .tit-time {
        font-weight: 500
    }
    
    .tit-item, .tit-time {
        color: #999;
        letter-spacing: 0;
        font-size: 24rem;
        line-height: 40rem
    }
    
    .row-page-list {
        margin: 0 auto;
        padding: 50rem 0;
        width: 650rem
    }
    
    .row-page-list ul {
        display: flex
    }
    
    .row-page-list li {
        margin-right: 20rem
    }
    
    .row-page-list li a, .row-page-list li span {
        display: block;
        padding: 10rem 16rem;
        border: 1rem solid hsla(0, 0%, 60%, .5);
        background-color: #fff;
        color: #999
    }
    
    .row-page-list li span.current {
        border: 1rem solid #e10d0d;
        background: #e10d0d;
        color: #fff
    }
    
    .news-nav {
        display: flex;
        margin: 0 auto;
        padding: 50rem 0 34rem;
        width: 788rem;
        flex-wrap: wrap;
        justify-content: space-between
    }
    
    .news-nav a {
        margin-bottom: 16rem;
        width: 240rem;
        height: 78rem;
        border: 1rem solid #fff;
        background: #fff;
        color: #666;
        text-align: center;
        font-size: 30rem;
        line-height: 80rem
    }
    
    .news-nav a.active {
        border: 1rem solid #d91517;
        background: rgba(217, 21, 23, .06);
        color: #d91517
    }
    
    .news-img img {
        width: 788rem;
        height: 358rem
    }
    
    .news-item {
        margin: 0 auto 50rem;
        width: 788rem;
        background-color: #fff
    }
    
    .news-items {
        display: flex;
        padding: 20rem;
        justify-content: space-between
    }
    
    .news-box .news-item:last-child {
        margin-bottom: 0
    }
    
    .news-left {
        width: 161rem;
        height: 161rem;
        border: 1rem solid hsla(0, 0%, 60%, .5);
        color: #666;
        text-align: center;
        font-size: 26rem
    }
    
    .news-right {
        width: 560rem
    }
    
    .news-left span {
        display: block;
        margin-bottom: 30rem;
        padding-top: 33rem;
        color: #333;
        letter-spacing: 0;
        font-weight: 400;
        font-size: 60rem;
        line-height: 38rem
    }
    
    p.news-title {
        margin-bottom: 29rem;
        color: #333;
        letter-spacing: 0;
        font-weight: 700;
        font-size: 28rem;
        line-height: 44rem
    }
    
    p.news-time {
        color: #666;
        letter-spacing: 0;
        font-weight: 400;
        font-size: 23rem;
        line-height: 38rem
    }
    
    .cae-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around
    }
    
    .cae-list li {
        margin-bottom: 50rem;
        height: 300rem;
        background: #fff
    }
    
    .cae-list li, .cae-list li img {
        width: 384rem;
        border-radius: 10rem
    }
    
    .cae-list li img {
        height: 216.85rem
    }
    
    .cae-list li a {
        color: #333
    }
    
    .cae-list li h2 {
        padding: 24rem;
        font-size: 18rem;
        text-overflow: ellipsis;
        width: auto;
        overflow: hidden;
        white-space: nowrap;
    }
    
    .nav-l-xw-item.active {
        border: 1rem solid rgba(217, 21, 23, .5)
    }
    
    .nav-l-xw-item.active a {
        color: #d91517
    }
    
    .video_title {
        padding: 50rem 20rem;
        color: #333;
        font-weight: 400;
        font-size: 36rem;
        line-height: 36rem
    }
    
    .video_title:before {
        display: inline-block;
        margin-right: 15rem;
        width: 4rem;
        height: 36rem;
        border-radius: 5rem;
        background: #d91517;
        content: "";
        letter-spacing: 0
    }
    
    .cae-list:after {
        width: 45%;
        content: ""
    }
    
    .product-manual-list {
        margin: 0 auto 50rem;
        width: 786rem
    }
    
    .list-title {
        display: flex;
        margin: 0 auto;
        background: #555;
        color: #fff;
        text-align: center;
        font-size: 32rem;
        line-height: 100rem;
        flex-wrap: wrap
    }
    
    .list-title div:first-child {
        width: 470rem
    }
    
    .list-center {
        display: flex;
        border-bottom: 1rem solid #ccc;
        text-align: center;
        font-size: 26rem;
        line-height: 80rem;
        flex-wrap: wrap
    }
    
    .list-center div:first-child {
        overflow: hidden;
        width: 466rem;
        border-right: 1rem solid #ccc;
        border-left: 1rem solid #ccc
    }
    
    .list-center div:nth-child(2), .list-center div:nth-child(3), .list-title div:nth-child(2), .list-title div:nth-child(3) {
        width: 155rem
    }
    
    .list-center div:nth-child(3) {
        border-right: 1rem solid #ccc;
        border-left: 1rem solid #ccc
    }
    
    .hnew-detail {
        background-color: #fff
    }
    
    .hsh-title {
        margin: 0 auto;
        padding: 50rem 0;
        width: 788rem
    }
    
    .hsh-title h1 {
        margin-bottom: 15rem;
        color: #000;
        font-size: 44rem
    }
    
    .hsh-title span {
        font-size: 26rem
    }
    
    a.hsh-back {
        display: block;
        margin: 0 auto;
        width: 180rem;
        height: 70rem;
        background: #f2f2f2;
        color: #333;
        text-align: center;
        font-size: 28rem;
        line-height: 70rem
    }
    
    .hsh-con {
        margin: 0 auto;
        width: 788rem
    }
    
    .hsh-next {
        margin: 50rem auto 0;
        width: 788rem
    }
    
    .hsh-con {
        padding-top: 50rem;
        background-color: #fff;
        color: #4c4c4c;
        font-size: 28rem;
        line-height: 46rem
    }
    
    .hsh-con img {
        max-width: 100%
    }
    
    .prev-next {
        margin-top: 15rem;
        padding: 8rem 0;
        border-top: 1rem solid #e0e0e0;
        border-bottom: 1rem solid #e0e0e0;
        font-size: 28rem;
        line-height: 56rem
    }
    
    .prev-next a {
        display: block;
        overflow: hidden;
        color: #333;
        text-overflow: ellipsis;
        white-space: nowrap;
        -o-text-overflow: ellipsis
    }
    
    .xwdown a {
        display: block;
        height: 80rem;
        background: url(../img/zD.webp) 50% no-repeat;
        background-size: 34.47rem 37.33rem
    }
    
    .software {
        padding-bottom: 1rem;
        background-color: #fff
    }
    
    .software h1 {
        padding-top: 50rem;
        text-align: center;
        font-weight: 500;
        font-size: 44rem
    }
    
    .mobile-wg {
        margin: 0 auto;
        width: 786rem;
        height: 100rem;
        background: #555;
        color: #fff;
        text-align: center;
        font-size: 32rem;
        line-height: 100rem
    }
    
    .mobile-center {
        display: flex;
        margin: 0 auto 50rem;
        width: 786rem;
        border-bottom: 1rem solid #ccc;
        flex-wrap: wrap;
        justify-content: space-between
    }
    
    .android {
        width: 389rem;
        border-right: 1rem solid #ccc;
        border-left: 1rem solid #ccc
    }
    
    .android img, .apple img {
        display: block;
        margin: 40rem auto;
        width: 200rem;
        height: 200rem
    }
    
    .apple {
        width: 389rem;
        border-right: 1rem solid #ccc
    }
    
    .android-title, .apple-title {
        color: #666;
        vertical-align: middle;
        text-align: center;
        font-size: 36rem
    }
    
    .android-title span, .apple-title span {
        display: inline-block;
        margin-right: 20rem;
        vertical-align: middle
    }
    
    .android-title span {
        width: 45.83rem;
        height: 50rem;
        background: url(../img/android-t.webp) no-repeat;
        background-size: 45.83rem 50rem
    }
    
    .apple-title span {
        width: 41rem;
        height: 50rem;
        background: url(../img/apple-t.webp) no-repeat;
        background-size: 41rem 50rem
    }
    
    .android p, .apple p {
        margin: 8rem auto 50rem;
        width: 225rem;
        color: #666;
        font-weight: 400;
        font-size: 28rem;
        line-height: 44rem
    }
    
    .service-item {
        display: flex;
        margin: 50rem auto;
        height: 200rem;
        background-color: #fff;
        justify-content: space-between
    }
    
    .service-ki img {
        width: 200rem
    }
    
    .service-kw-tit {
        margin: 30rem 30rem 10rem;
        font-size: 32rem
    }
    
    .service-kw p {
        margin: 10rem 30rem 0;
        color: #666;
        font-size: 26rem;
        line-height: 40rem
    }
    
    .service-item:nth-child(2n) .service-kw .service-kw-tit {
        text-align: end
    }
    
    .service-kw span {
        display: block;
        margin-right: 30rem;
        margin-left: 30rem;
        width: 50rem;
        height: 1rem;
        background: #d91517
    }
    
    .service-item:nth-child(2n) .service-kw span {
        margin-left: 495rem
    }
    
    .service-kh .service-item:last-child {
        margin-bottom: 0
    }
    
    .service-nav1 {
        display: flex
    }
    
    .service-nav-item {
        width: 384rem;
        height: 220rem;
        background: #fff;
        text-align: center
    }
    
    .service-nav1, .service-nav2 {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around
    }
    
    .service-nav1 .service-nav-item {
        display: block;
        width: 384rem;
        height: 220rem;
        background: #fff;
        color: #333;
        text-align: center;
        font-size: 36rem
    }
    
    .service-nav1 .service-nav-item img {
        display: block;
        margin: 37rem auto 35rem;
        height: 80rem
    }
    
    .service-nav1 .service-nav-item:first-child img {
        width: 95.38rem
    }
    
    .service-nav1 .service-nav-item:nth-child(2) img {
        width: 80rem
    }
    
    .service-nav2 .service-nav-item {
        display: block;
        width: 250rem;
        height: 220rem;
        background: #fff;
        color: #333;
        text-align: center;
        font-size: 36rem
    }
    
    .service-nav2 .service-nav-item img {
        display: block;
        margin: 37rem auto 35rem;
        height: 80rem
    }
    
    .service-nav2 .service-nav-item:first-child img {
        width: 73rem;
        height: 92rem
    }
    
    .service-nav2 .service-nav-item:nth-child(2) img, .service-nav2 .service-nav-item:nth-child(3) img {
        width: 80rem
    }
    
    .service-nav2 {
        margin-top: 25rem
    }
    
    .service-nav1 {
        margin-top: 50rem
    }
    
    section.tips-box {
        padding: 50rem;
        background-color: #fff
    }
    
    .tips-tit {
        text-align: center;
        font-size: 44rem
    }
    
    p.tips-pre {
        margin-top: 9rem;
        color: #999;
        text-align: center;
        font-size: 24rem
    }
    
    .group-form {
        display: flex;
        margin-top: 50rem;
        font-size: 24rem
    }
    
    input.sub {
        display: block;
        box-sizing: border-box;
        margin: 50rem auto;
        width: 170rem;
        height: 60rem;
        border: 1rem solid rgba(217, 21, 23, .5);
        border-radius: 100rem;
        background-color: #fff;
        color: #d91517;
        font-size: 24rem
    }
    
    .group-label {
        width: 232rem;
        color: #666;
        font-weight: 400;
        font-size: 28rem;
        line-height: 36rem
    }
    
    .group-content {
        box-sizing: border-box;
        width: 530rem;
        border-radius: 5rem
    }
    
    
    input.form-control {
        height: 80rem
    }
    
    input.form-control, textarea.form-control {
        box-sizing: border-box;
        width: 500rem;
        border: 1rem solid hsla(0, 0%, 60%, .5);
        border-radius: 5rem
    }
    
    textarea.form-control {
        height: 240rem
    }
    
    .group-label span {
        color: #d91517
    }
    
    section.spmple {
        padding: 50rem 50rem 0;
        background-color: #fff
    }
    
    section.spmple p {
        margin-top: 9rem;
        color: #999;
        text-align: center;
        font-size: 24rem
    }
    
    section.spmple h3 {
        text-align: center;
        font-size: 44rem
    }
    
    section.spmple-c {
        padding: 25rem 50rem;
        background-color: #fff
    }
    
    span.ws-c {
        margin-right: 34rem;
        font-size: 28rem
    }
    
    .group-content select, .group-content select option {
        box-sizing: border-box;
        width: 500rem;
        height: 80rem;
        border: 1rem solid hsla(0, 0%, 60%, .5);
        border-radius: 5rem
    }
    
    .nav-ll a {
        display: block;
        margin-bottom: 20rem;
        width: 380rem;
        height: 80rem;
        border: 1rem solid #fff;
        background-color: #fff;
        color: #666;
        text-align: center;
        font-size: 30rem;
        line-height: 80rem
    }
    
    .nav-ll a.active {
        border: 1rem solid #d91517;
        color: #d91517
    }
    
    .nav-ll {
        display: flex;
        margin: 50rem auto;
        width: 788rem;
        flex-wrap: wrap;
        justify-content: space-between
    }
    
    .nav-ll:after {
        width: 50%;
        content: ""
    }
    
    .common_problem_list {
        padding: 50rem 0;
        background-color: #fff
    }
    
    ul.common_problem_liv {
        padding: 0 20rem
    }
    
    .common_problem {
        color: #333;
        text-align: center;
        font-weight: 400;
        font-size: 44rem
    }
    
    ul.common_problem_liv li {
        line-height: 90rem
    }
    
    ul.common_problem_liv li a {
        position: relative;
        display: block;
        color: #333;
        font-size: 28rem
    }
    
    ul.common_problem_liv li a i.f-ico18 {
        display: inline-block;
        margin-right: 15rem;
        width: 24rem;
        height: 24rem;
        background: url(../img/ico13.webp) no-repeat;
        background-size: cover
    }
    
    ul.common_problem_liv li a i.f-ico20 {
        position: absolute;
        top: 40rem;
        right: 3rem;
        display: inline-block;
        margin-right: 15rem;
        width: 24rem;
        height: 24rem;
        background: url(../img/ico14.webp) no-repeat;
        background-size: cover
    }
    
    .product-information, .product-properties {
        margin: 0 auto;
        width: 788rem
    }
    
    .product-information {
        padding-top: 5rem
    }
    
    .product-is-img {
        padding-top: 150rem;
        width: 100%;
        height: 100%
    }
    
    .product-information h1 {
        margin: 30rem 0 10rem;
        color: #000;
        font-size: 44rem
    }
    
    .product-features {
        overflow: hidden;
        color: rgba(217, 21, 23, .75);
        font-size: 26rem;
        line-height: 36rem
    }
    
    .product-information span {
        display: block;
        margin: 25rem 0 22rem;
        width: 50rem;
        height: 3rem;
        background: #d91517
    }
    
    .product-information p {
        margin-bottom: 30rem;
        color: #333;
        font-size: 32rem;
        line-height: 52rem
    }
    
    .product-properties {
        display: flex;
        padding: 50rem 0 0;
        border-top: 1rem solid hsla(0, 0%, 60%, .25);
        border-bottom: 1rem solid hsla(0, 0%, 60%, .25);
        color: #666;
        font-size: 28rem;
        flex-wrap: wrap;
        justify-content: space-between
    }
    
    .product-properties span {
        display: block;
        overflow: hidden;
        margin-bottom: 50rem;
        width: 380rem;
        height: 40rem;
        white-space: normal;
        word-wrap: break-word;
        word-break: break-all
    }
    
    .product-properties span ico {
        display: inline-block;
        margin-right: 15rem;
        width: 18rem;
        height: 18rem;
        background: url(../img/T.webp) no-repeat;
        background-size: 18rem 18rem
    }
    
    .product-content {
        margin: 0 auto;
        width: 788rem
    }
    
    .product-navigation-bar {
        display: flex;
        border-bottom: 2rem solid rgba(217, 21, 23, .25);
        color: #333;
        font-size: 32rem;
        line-height: 96rem;
        justify-content: space-between
    }
    
    .product-navigation-bar div {
        width: 262rem;
        text-align: center
    }
    
    .product-navigation-bar div.active {
        border-bottom: 4rem solid #d91517;
        color: #d91517
    }
    
    .product-toggle-content {
        padding: 30rem 0
    }
    
    .product-article-content.product-div img, .product-is-img .swiper-slide img {
        display: block;
        width: 100%
    }
    
    .product-is-img .swiper-pagination {
        width: 102rem;
        height: 48rem;
        border-radius: 50rem;
        background: rgba(0, 0, 0, .5);
        color: #fff;
        font-size: 24rem;
        line-height: 48rem
    }
    
    .product-is-img .swiper-pagination.swiper-pagination-fraction {
        right: 20rem;
        bottom: 20rem;
        left: auto
    }
    
    .company-map img {
        width: 100%
    }
    
    .company-map {
        margin: 50rem auto;
        width: 710rem
    }
    
    .company-declaration {
        margin: 50rem auto;
        width: 788rem;
        font-size: 28rem;
        line-height: 52rem
    }
    
    .tg {
        padding: 50rem 0 90rem
    }
    
    .honors {
        padding: 0 20rem 20rem
    }
    
    .honors ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-around
    }
    
    .honors ul li {
        margin: 5rem auto;
        width: 45%;
        border: 1rem solid #ccc
    }
    
    .jobs-item {
        padding: 25rem;
        border-bottom: 1rem solid #ede8e8
    }
    
    .jobs-title {
        display: flex;
        font-size: 36rem;
        justify-content: space-between
    }
    
    .jobs-title span:first-child {
        width: 430rem
    }
    
    .jobs-titlecon {
        display: none
    }
    
    .jobs-titlecon.open {
        padding: 15rem 8rem;
        color: #5f5f5f;
        font-size: 28rem;
        line-height: 50rem
    }
    
    .title-l {
        font-weight: 700;
        font-size: 32rem
    }
    
    .jobs-titlecon a {
        display: block;
        margin: 20rem auto 0;
        padding: 5px;
        width: 150rem;
        border: 1rem solid #e84a4a;
        border-radius: 40rem;
        color: #e84a4a;
        text-align: center;
        font-weight: 700
    }
    
    .honors img, .honors ul li:first-child, .honors ul li:nth-child(2), .honors ul li:nth-child(3), .honors ul li:nth-child(4), .honors ul li:nth-child(5), .honors ul li:nth-child(6){
        width: 100%
    }
    
    .customer-support-center, .important-business-negotiation {
        margin: 0 auto;
        padding: 32rem;
        width: 700rem;
        height: 350rem;
        border: 1rem solid #b1b1b1;
        border-radius: 10rem;
        text-align: center
    }
    
    .customer-support-center p, .important-business-negotiation p {
        color: #666;
        font-size: 30rem;
        line-height: 50rem
    }
    
    .customer-support-center a {
        display: block;
        margin: 15rem auto;
        width: 240rem;
        height: 61rem;
        border: 1rem solid #b1b1b1;
        border-radius: 40rem;
        color: #666;
        text-align: center;
        font-size: 32rem;
        line-height: 60rem
    }
    
    .customer-support-center p:nth-child(2), .important-business-negotiation p:nth-child(2) {
        color: #000;
        font-weight: 700
    }
    
    .csc {
        padding: 25rem 0
    }
    
    .flowChart {
        display: flex;
        padding: 12rem;
        background-color: #f5f5f5
    }
    
    .flowChart-left {
        width: 100rem;
        flex-shrink: 0
    }
    
    .flowChart .dashed {
        margin-left: 50%;
        width: 0;
        height: 100%;
        border-left: 2rem dashed #a9a9a9
    }
    
    .flowChart-right {
        flex-grow: 1
    }
    
    .teamwork-partner img {
        display: block;
        margin-top: 20rem;
        width: 100%
    }
    
    .oneNode {
        display: flex;
        margin-bottom: 28rem;
        width: 100%;
        align-items: center
    }
    
    .check {
        position: relative;
        left: -90rem;
        width: 70rem;
        height: 70rem;
        border-radius: 70rem;
        color: #fff;
        text-align: center;
        font-size: 24rem;
        line-height: 70rem;
        flex-shrink: 0
    }
    
    .check-danger {
        border: 8rem solid #faa67a;
        background-color: #e46c23
    }
    
    .check-success {
        border: 8rem solid rgba(198, 228, 177, .9);
        background-color: #57c240
    }
    
    .check-prime {
        border: 8rem solid #58bff3;
        background-color: #0088a5
    }
    
    .NodeDetail-content {
        display: flex;
        margin-left: -100rem;
        padding: 28rem;
        border: 1rem solid #dcdcdc;
        border-radius: 6rem;
        background-color: #fff;
        box-shadow: 2rem 2rem 6rem #dcdcdc;
        flex-grow: 1;
        flex-direction: column
    }
    
    .L-right a {
        display: block;
        width: 46rem;
        height: 46rem
    }
    
    .L-right.lrt {
        background: url(../img/00.webp) no-repeat;
        background-size: 100%
    }
    
    .honors ul:after {
        display: block;
        width: 50%;
        content: ''
    }
}